License |
License
The MIT License (MIT)
|
---|---|
GroupId | GroupIdcom.auth0.android |
ArtifactId | ArtifactIdlock |
Last Version | Last Version3.2.1 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionLock.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 |
---|---|
lock-3.2.1.pom | |
lock-3.2.1.aar | 633 KB |
lock-3.2.1-sources.jar | 149 KB |
lock-3.2.1-javadoc.jar | 460 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.auth0.android/lock/ -->
<dependency>
<groupId>com.auth0.android</groupId>
<artifactId>lock</artifactId>
<version>3.2.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.auth0.android/lock/
implementation 'com.auth0.android:lock:3.2.1'
// https://jarcasting.com/artifacts/com.auth0.android/lock/
implementation ("com.auth0.android:lock:3.2.1")
'com.auth0.android:lock:aar:3.2.1'
<dependency org="com.auth0.android" name="lock" rev="3.2.1">
<artifact name="lock" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.auth0.android', module='lock', version='3.2.1')
)
libraryDependencies += "com.auth0.android" % "lock" % "3.2.1"
[com.auth0.android/lock "3.2.1"]
Group / Artifact | Type | Version |
---|---|---|
com.auth0.android : auth0 | jar | 2.5.0 |
Group / Artifact | Type | Version |
---|---|---|
androidx.appcompat » appcompat | jar | 1.3.1 |
androidx.recyclerview » recyclerview | jar | 1.2.1 |
androidx.legacy » legacy-support-v4 | jar | 1.0.0 |
com.google.android.material » material | jar | 1.4.0 |
com.google.code.gson : gson | jar | 2.8.9 |
com.squareup : otto | jar | 1.3.8 |