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