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