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

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials