is not current version
Last Version 1.42.0

com.auth0:auth0 0.2.1

Java client library for the Auth0 platform

GroupId

GroupId

com.auth0
ArtifactId

ArtifactId

auth0
Version

Version

0.2.1
Type

Type

jar

Download auth0 0.2.1


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