Download json-processing-webapp-2.9.jar file - Jar j

Jar examples for j:json-processing-webapp

Description

Jersey JSON-P (JSR 353) example.

You can download jar file json-processing-webapp 2.9 in this page.

License

Open Source License

Build File

You can use the following script to add json-processing-webapp-2.9.jar to your project.

<dependency>
   <groupId>org.glassfish.jersey.examples</groupId>
   <artifactId>json-processing-webapp</artifactId>
   <version>2.9</version>
</dependency>
compile group: 'org.glassfish.jersey.examples', name: 'json-processing-webapp', version: '2.9'
libraryDependencies += "org.glassfish.jersey.examples" % "json-processing-webapp" % "2.9"
<dependency org="org.glassfish.jersey.examples" name="json-processing-webapp" rev="2.9"/>
@Grapes(@Grab(group='org.glassfish.jersey.examples', module='json-processing-webapp', version='2.9'))
'org.glassfish.jersey.examples:json-processing-webapp:jar:2.9'

Download

Click the following link to download the jar file.

json-processing-webapp-2.9-javadoc.jar
json-processing-webapp-2.9-sources.jar
json-processing-webapp-2.9.pom



Related Tutorials