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