Download jersey-json-0.9-ea.jar file - Jar j

Jar examples for j:jersey-json

Description

You can download jar file jersey-json 0.9-ea in this page.

License

Open Source License

Build File

You can use the following script to add jersey-json-0.9-ea.jar to your project.

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

Download

Click the following link to download the jar file.

jersey-json-0.9-ea.jar
jersey-json-0.9-ea-javadoc.jar
jersey-json-0.9-ea.pom
jersey-json-0.9-ea-sources.jar



Related Tutorials