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