If you're using maven it is a breeze to get:
<properties>
<jersey-version>0.8-ea-SNAPSHOT</jersey-version>
</properties>
<dependencies>
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey</artifactId>
<version>${jersey-version}</version>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey</artifactId>
<version>${jersey-version}</version>
</dependency>
</dependencies>
If you're using Archiva put in
http://download.java.net/maven/2 as a
repo (I haven't done that myself) or put this in your pom.xml:
<repositories>
<repository>
<id>maven2-repository.dev.java.net</id>
<name>Java.net Repository for Maven</name>
<url>
http://download.java.net/maven/2/</url>
<layout>default</layout>
</repository>
</repositories>
Chris
On Mon, Jul 14, 2008 at 05:01:40PM -0400, Matt Brozowski wrote:
> Here it is in the maven repo:
>
> http://download.java.net/maven/2/com/sun/jersey/jersey-spring/
>
> Unfortunately no source jars but maybe they'll fix that soon.
>
> Matt Brozowski
>
> On Mon, Jul 14, 2008 at 4:58 PM, Li, Jun <jun.li_at_credit-suisse.com> wrote:
>
> > Can anyone let me know where/how do I get the jar file for Jersey-Spring
> > Integration?
> >
> > Thanks,
> > Jun
> >
> > ==============================================================================
> > Please access the attached hyperlink for an important electronic communications disclaimer:
> > http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
> > ==============================================================================
> >
> >