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