Download jersey2-guice-0.10.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.10 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials