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