Download jersey-grizzly-1.8.jar file - Jar j

Jar examples for j:jersey-grizzly

Description

You can download jar file jersey-grizzly 1.8 in this page.

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

jersey-grizzly-1.8.jar
jersey-grizzly-1.8-javadoc.jar
jersey-grizzly-1.8.pom
jersey-grizzly-1.8-sources.jar



Related Tutorials