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