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