Download jersey-4.0-b33.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-b33 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-b33.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials