d

dropwizard-guice

Simple library for using Guice DI in a dropwizard service.
https://github.com/HubSpot/dropwizard-guice
Elias Torres
Files download
File Operation
dropwizard-guice-0.8.4.0.jar download
dropwizard-guice-0.8.4.0.pom download
dropwizard-guice-0.8.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.hubspot.dropwizard</groupId>
  <artifactId>dropwizard-guice</artifactId>
  <version>0.8.4.0</version>
</dependency>
Gradle Groovy
implementation 'com.hubspot.dropwizard:dropwizard-guice:0.8.4.0'
Gradle Kotlin
implementation("com.hubspot.dropwizard:dropwizard-guice:0.8.4.0")
Scala SBT
libraryDependencies += "com.hubspot.dropwizard" % "dropwizard-guice" % "0.8.4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.hubspot.dropwizard', module='dropwizard-guice', version='0.8.4.0')
)
Apache Ivy
<dependency org="com.hubspot.dropwizard" name="dropwizard-guice" rev="0.8.4.0" />
Leiningen
[com.hubspot.dropwizard/dropwizard-guice "0.8.4.0"]
Apache Buildr
'com.hubspot.dropwizard:dropwizard-guice:jar:0.8.4.0'