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