Download jersey-gf-cdi-2.10.4.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.10.4 in this page.

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials