GroupId | GroupIdcom.auth0.android |
---|---|
ArtifactId | ArtifactIdauth0 |
Version | Version1.0.0-beta.3 |
Type | Typeaar |
Filename | Size |
---|---|
auth0-1.0.0-beta.3.pom | |
auth0-1.0.0-beta.3.aar | 95 KB |
auth0-1.0.0-beta.3-sources.jar | 76 KB |
auth0-1.0.0-beta.3-javadoc.jar | 195 KB |
Browse |
<!-- 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"]