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

Jar examples for j:jersey-cdi1x

Description

Jersey CDI 1.1 integration

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

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials