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-1.0.0.3.jar download
dropwizard-guice-1.0.0.3.pom download
dropwizard-guice-1.0.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.hubspot.dropwizard</groupId>
  <artifactId>dropwizard-guice</artifactId>
  <version>1.0.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.hubspot.dropwizard:dropwizard-guice:1.0.0.3'
Gradle Kotlin
implementation("com.hubspot.dropwizard:dropwizard-guice:1.0.0.3")
Scala SBT
libraryDependencies += "com.hubspot.dropwizard" % "dropwizard-guice" % "1.0.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.hubspot.dropwizard', module='dropwizard-guice', version='1.0.0.3')
)
Apache Ivy
<dependency org="com.hubspot.dropwizard" name="dropwizard-guice" rev="1.0.0.3" />
Leiningen
[com.hubspot.dropwizard/dropwizard-guice "1.0.0.3"]
Apache Buildr
'com.hubspot.dropwizard:dropwizard-guice:jar:1.0.0.3'