Download jersey-all-2.22.2.jar file - Jar j

Jar examples for j:jersey-all

Description

jersey-all is a rebundled verison of Jersey as one OSGi bundle.

You can download jar file jersey-all 2.22.2 in this page.

License

COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL - Version 1.1)

Build File

You can use the following script to add jersey-all-2.22.2.jar to your project.

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

Download

Click the following link to download the jar file.

jersey-all-2.22.2-javadoc.jar
jersey-all-2.22.2-sources.jar
jersey-all-2.22.2.jar
jersey-all-2.22.2.pom



Related Tutorials