Download jersey-gf-cdi-2.7.jar file - Jar j

Jar examples for j:jersey-gf-cdi

Description

Jersey CDI for GlassFish integration

You can download jar file jersey-gf-cdi 2.7 in this page.

License

Open Source License

Build File

You can use the following script to add jersey-gf-cdi-2.7.jar to your project.

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

Download

Click the following link to download the jar file.

jersey-gf-cdi-2.7-javadoc.jar
jersey-gf-cdi-2.7-sources.jar
jersey-gf-cdi-2.7.jar
jersey-gf-cdi-2.7.pom



Related Tutorials