is not current version
Last Version 1.42.0

com.auth0:auth0 1.3.0

Java client library for the Auth0 platform.

GroupId

GroupId

com.auth0
ArtifactId

ArtifactId

auth0
Version

Version

1.3.0
Type

Type

jar

Download auth0 1.3.0


<!-- https://jarcasting.com/artifacts/com.auth0/auth0/ -->
<dependency>
    <groupId>com.auth0</groupId>
    <artifactId>auth0</artifactId>
    <version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.auth0/auth0/
implementation 'com.auth0:auth0:1.3.0'
// https://jarcasting.com/artifacts/com.auth0/auth0/
implementation ("com.auth0:auth0:1.3.0")
'com.auth0:auth0:jar:1.3.0'
<dependency org="com.auth0" name="auth0" rev="1.3.0">
  <artifact name="auth0" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.auth0', module='auth0', version='1.3.0')
)
libraryDependencies += "com.auth0" % "auth0" % "1.3.0"
[com.auth0/auth0 "1.3.0"]