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