Download jersey-api-0.5.0.jar file - Jar j

Jar examples for j:jersey-api

Description

You can download jar file jersey-api 0.5.0 in this page.

Build File

You can use the following script to add jersey-api-0.5.0.jar to your project.

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

Download

Click the following link to download the jar file.

jersey-api-0.5.0-javadoc.jar
jersey-api-0.5.0-sources.jar
jersey-api-0.5.0.jar
jersey-api-0.5.0.pom



Related Tutorials