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