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

Jar examples for j:jersey-cdi1x

Description

Jersey CDI 1.1 integration

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

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials