GroupId | GroupIdcom.auth0.android |
---|---|
ArtifactId | ArtifactIdauth0 |
Version | Version2.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
auth0-2.0.0.pom | |
auth0-2.0.0.aar | 222 KB |
auth0-2.0.0-sources.jar | 91 KB |
auth0-2.0.0-javadoc.jar | 617 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.auth0.android/auth0/ -->
<dependency>
<groupId>com.auth0.android</groupId>
<artifactId>auth0</artifactId>
<version>2.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.auth0.android/auth0/
implementation 'com.auth0.android:auth0:2.0.0'
// https://jarcasting.com/artifacts/com.auth0.android/auth0/
implementation ("com.auth0.android:auth0:2.0.0")
'com.auth0.android:auth0:aar:2.0.0'
<dependency org="com.auth0.android" name="auth0" rev="2.0.0">
<artifact name="auth0" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.auth0.android', module='auth0', version='2.0.0')
)
libraryDependencies += "com.auth0.android" % "auth0" % "2.0.0"
[com.auth0.android/auth0 "2.0.0"]