License |
License
The MIT License (MIT)
|
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.auth0.android |
ArtifactId | ArtifactIdidentity-core |
Version | Version1.18.0 |
Type | Typeaar |
Description |
DescriptionLock for Android
The easiest way of securing your Android mobile apps with Auth0 & Lock
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
identity-core-1.18.0.pom | |
identity-core-1.18.0.aar | 144 KB |
identity-core-1.18.0-sources.jar | 18 KB |
identity-core-1.18.0-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.auth0.android/identity-core/ -->
<dependency>
<groupId>com.auth0.android</groupId>
<artifactId>identity-core</artifactId>
<version>1.18.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.auth0.android/identity-core/
implementation 'com.auth0.android:identity-core:1.18.0'
// https://jarcasting.com/artifacts/com.auth0.android/identity-core/
implementation ("com.auth0.android:identity-core:1.18.0")
'com.auth0.android:identity-core:aar:1.18.0'
<dependency org="com.auth0.android" name="identity-core" rev="1.18.0">
<artifact name="identity-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.auth0.android', module='identity-core', version='1.18.0')
)
libraryDependencies += "com.auth0.android" % "identity-core" % "1.18.0"
[com.auth0.android/identity-core "1.18.0"]
Group / Artifact | Type | Version |
---|---|---|
com.auth0.android : core | jar | 1.18.0 |
com.android.support » appcompat-v7 | jar | 23.1.0 |
com.hannesdorfmann.smoothprogressbar : library | jar | 1.0.0 |