is not current version
Last Version 2.7.0

com.auth0.android:auth0 1.0.0-beta.3

Android Java client library for the Auth0 platform

GroupId

GroupId

com.auth0.android
ArtifactId

ArtifactId

auth0
Version

Version

1.0.0-beta.3
Type

Type

aar

Download auth0 1.0.0-beta.3


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