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