Download jersey-4.0.jar file - Jar j

Jar examples for j:jersey

Description

Open source JAX-RS (JSR 311) Reference Implementation for building RESTful Web services

You can download jar file jersey 4.0 in this page.

License

COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0

Build File

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

<dependency>
   <groupId>org.glassfish.main.packager</groupId>
   <artifactId>jersey</artifactId>
   <version>4.0</version>
</dependency>
compile group: 'org.glassfish.main.packager', name: 'jersey', version: '4.0'
libraryDependencies += "org.glassfish.main.packager" % "jersey" % "4.0"
<dependency org="org.glassfish.main.packager" name="jersey" rev="4.0"/>
@Grapes(@Grab(group='org.glassfish.main.packager', module='jersey', version='4.0'))
'org.glassfish.main.packager:jersey:jar:4.0'

Download

Click the following link to download the jar file.

jersey-4.0-sources.jar
jersey-4.0.pom



Related Tutorials