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