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