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