Download dropwizard-guice-0.7.1.jar file - Jar d

Jar examples for d:dropwizard-guice

Description

Simple library for using Guice DI in a dropwizard service forked from hubspot/dropwizard-guice.

You can download jar file dropwizard-guice 0.7.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add dropwizard-guice-0.7.1.jar to your project.

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

Download

Click the following link to download the jar file.

dropwizard-guice-0.7.1-javadoc.jar
dropwizard-guice-0.7.1-sources.jar
dropwizard-guice-0.7.1.jar
dropwizard-guice-0.7.1.pom



Related Tutorials