Download jersey-0.8-ea.jar file - Jar j

Jar examples for j:jersey

Description

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.

License

COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0

Build File

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'

Download

Click the following link to download the jar file.

jersey-0.8-ea.jar
jersey-0.8-ea.pom



Related Tutorials