Download jersey-common-2.9.jar file - Jar j

Jar examples for j:jersey-common

Description

Jersey core common packages

You can download jar file jersey-common 2.9 in this page.

License

Common Development and Distribution License (CDDL), Version 1.1

Build File

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

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

Download

Click the following link to download the jar file.

jersey-common-2.9-javadoc.jar
jersey-common-2.9-sources.jar
jersey-common-2.9.jar
jersey-common-2.9.pom



Related Tutorials