Download jersey-bundle-1.19.4.jar file - Jar j

Jar examples for j:jersey-bundle

Description

A bundle containing code of all jar-based modules that provide JAX-RS and Jersey-related features. Such a bundle is *only intended* for developers that do not use Maven's dependency system. The bundle does not include code for contributes, tests and samples. For source and javadoc jar files please look at the bellow specified dependencies.

You can download jar file jersey-bundle 1.19.4 in this page.

License

Open Source License

Build File

You can use the following script to add jersey-bundle-1.19.4.jar to your project.

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

Download

Click the following link to download the jar file.

jersey-bundle-1.19.4-javadoc.jar
jersey-bundle-1.19.4-sources.jar
jersey-bundle-1.19.4.jar
jersey-bundle-1.19.4.pom



Related Tutorials