Download ratpack-guice-0.9.5.jar file - Jar r

Jar examples for r:ratpack-guice

Description

Integration with Google Guice for Ratpack applications - https://code.google.com/p/google-guice/

You can download jar file ratpack-guice 0.9.5 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add ratpack-guice-0.9.5.jar to your project.

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

Download

Click the following link to download the jar file.

ratpack-guice-0.9.5-javadoc.jar
ratpack-guice-0.9.5-sources.jar
ratpack-guice-0.9.5.jar
ratpack-guice-0.9.5.pom



Related Tutorials