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