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

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

Download

Click the following link to download the jar file.

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



Related Tutorials