Jar examples for j:jersey-project
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.
CDDL+GPL License
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'
Click the following link to download the jar file.
jersey-project-1.6.pom