Download jersey-grizzly-1.6-ea01.jar file - Jar j

Jar examples for j:jersey-grizzly

Description

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

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

jersey-grizzly-1.6-ea01.jar
jersey-grizzly-1.6-ea01-javadoc.jar
jersey-grizzly-1.6-ea01.pom
jersey-grizzly-1.6-ea01-sources.jar



Related Tutorials