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