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