| Categories |
CategoriesIDE Development Tools |
|---|---|
| GroupId | GroupIdcom.auth0.android |
| ArtifactId | ArtifactIdidentity-core |
| Version | Version1.12.1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| identity-core-1.12.1.pom | |
| identity-core-1.12.1.aar | 132 KB |
| identity-core-1.12.1-sources.jar | 11 KB |
| identity-core-1.12.1-javadoc.jar | 61 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.auth0.android/identity-core/ -->
<dependency>
<groupId>com.auth0.android</groupId>
<artifactId>identity-core</artifactId>
<version>1.12.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.auth0.android/identity-core/
implementation 'com.auth0.android:identity-core:1.12.1'
// https://jarcasting.com/artifacts/com.auth0.android/identity-core/
implementation ("com.auth0.android:identity-core:1.12.1")
'com.auth0.android:identity-core:aar:1.12.1'
<dependency org="com.auth0.android" name="identity-core" rev="1.12.1">
<artifact name="identity-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.auth0.android', module='identity-core', version='1.12.1')
)
libraryDependencies += "com.auth0.android" % "identity-core" % "1.12.1"
[com.auth0.android/identity-core "1.12.1"]