Download jersey-spring-1.0.jar file - Jar j

Jar examples for j:jersey-spring

Description

You can download jar file jersey-spring 1.0 in this page.

License

Open Source License

Build File

You can use the following script to add jersey-spring-1.0.jar to your project.

<dependency>
   <groupId>com.sun.jersey</groupId>
   <artifactId>jersey-spring</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'com.sun.jersey', name: 'jersey-spring', version: '1.0'
libraryDependencies += "com.sun.jersey" % "jersey-spring" % "1.0"
<dependency org="com.sun.jersey" name="jersey-spring" rev="1.0"/>
@Grapes(@Grab(group='com.sun.jersey', module='jersey-spring', version='1.0'))
'com.sun.jersey:jersey-spring:jar:1.0'

Download

Click the following link to download the jar file.

jersey-spring-1.0-sources.jar
jersey-spring-1.0.jar
jersey-spring-1.0.pom



Related Tutorials