Download jersey2-guice-0.4.jar file - Jar j

Jar examples for j:jersey2-guice

Description

This library adds support for Jersey 2.0 w/ Guice

You can download jar file jersey2-guice 0.4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jersey2-guice-0.4.jar to your project.

<dependency>
   <groupId>com.squarespace.jersey2-guice</groupId>
   <artifactId>jersey2-guice</artifactId>
   <version>0.4</version>
</dependency>
compile group: 'com.squarespace.jersey2-guice', name: 'jersey2-guice', version: '0.4'
libraryDependencies += "com.squarespace.jersey2-guice" % "jersey2-guice" % "0.4"
<dependency org="com.squarespace.jersey2-guice" name="jersey2-guice" rev="0.4"/>
@Grapes(@Grab(group='com.squarespace.jersey2-guice', module='jersey2-guice', version='0.4'))
'com.squarespace.jersey2-guice:jersey2-guice:jar:0.4'

Download

Click the following link to download the jar file.

jersey2-guice-0.4-javadoc.jar
jersey2-guice-0.4-sources.jar
jersey2-guice-0.4.jar
jersey2-guice-0.4.pom



Related Tutorials