Download jersey-cdi1x-2.22.3.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.3 in this page.

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials