Download jersey-project-1.6.jar file - Jar j

Jar examples for j:jersey-project

Description

Jersey is the open source (under dual CDDL+GPL license) JAX-RS (JSR 311) production quality Reference Implementation for building RESTful Web services.

You can download jar file jersey-project 1.6 in this page.

License

CDDL+GPL License

Build File

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

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

Download

Click the following link to download the jar file.

jersey-project-1.6.pom



Related Tutorials