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