Jar examples for j:jersey-bundle
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.5-ea04 in this page.
Open Source License
You can use the following script to add jersey-bundle-1.5-ea04.jar to your project.
<dependency> <groupId>com.sun.jersey</groupId> <artifactId>jersey-bundle</artifactId> <version>1.5-ea04</version> </dependency>
compile group: 'com.sun.jersey', name: 'jersey-bundle', version: '1.5-ea04'
libraryDependencies += "com.sun.jersey" % "jersey-bundle" % "1.5-ea04"
<dependency org="com.sun.jersey" name="jersey-bundle" rev="1.5-ea04"/>
@Grapes(@Grab(group='com.sun.jersey', module='jersey-bundle', version='1.5-ea04'))
'com.sun.jersey:jersey-bundle:jar:1.5-ea04'
Click the following link to download the jar file.
jersey-bundle-1.5-ea04.jar