Jar examples for j:jersey
Open source JAX-RS (JSR 311) Reference Implementation for building RESTful Web services
You can download jar file jersey 0.8-ea in this page.
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
You can use the following script to add jersey-0.8-ea.jar to your project.
<dependency> <groupId>com.sun.jersey</groupId> <artifactId>jersey</artifactId> <version>0.8-ea</version> </dependency>
compile group: 'com.sun.jersey', name: 'jersey', version: '0.8-ea'
libraryDependencies += "com.sun.jersey" % "jersey" % "0.8-ea"
<dependency org="com.sun.jersey" name="jersey" rev="0.8-ea"/>
@Grapes(@Grab(group='com.sun.jersey', module='jersey', version='0.8-ea'))
'com.sun.jersey:jersey:jar:0.8-ea'
Click the following link to download the jar file.
jersey-0.8-ea.jar