Download jersey-cdi1x-2.22.2.jar file - Jar j

Jar examples for j:jersey-cdi1x

Description

Jersey CDI 1.1 integration

You can download jar file jersey-cdi1x 2.22.2 in this page.

License

Open Source License

Build File

You can use the following script to add jersey-cdi1x-2.22.2.jar to your project.

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

Download

Click the following link to download the jar file.

jersey-cdi1x-2.22.2-javadoc.jar
jersey-cdi1x-2.22.2-sources.jar
jersey-cdi1x-2.22.2.jar
jersey-cdi1x-2.22.2.pom



Related Tutorials