Hi Moiz,
you can find Jersey multipart version 1.0.2 in the contribs directory
of the repository:
http://download.java.net/maven/2/com/sun/jersey/contribs/
In maven this translate into this dependency:
<dependency>
<groupId>com.sun.jersey.contribs</groupId>
<artifactId>jersey-multipart</artifactId>
<version>1.0.2</version>
</dependency>
SaM
On Sun, Feb 22, 2009 at 2:30 PM, Moiz Dohadwala <mdohadwala_at_mokafive.com> wrote:
> Hello,
>
>
>
> I have noticed that the current jersey-core release version is 1.0.2 with
> work continuing on 1.0.3-SNAPSHOT. We need use jersey-multipart which, in
> the maven repository is still at version 1.0.1-SNAPSHOT. Is it ok to use
> jersey-multipart-1.0.1-SNAPSHOT along with jersey 1.0.2 or later? Is there a
> plan to publish a release version of jersey multipart?
>
>
>
> -Moiz