не последняя версия
Последняя версия 3.2.1

com.auth0.android:lock 1.10.1

The easiest way of securing your Android mobile apps with Auth0 & Lock

Группа

Группа

com.auth0.android
Идентификатор

Идентификатор

lock
Версия

Версия

1.10.1
Тип

Тип

aar

Скачать lock 1.10.1


<!-- https://jarcasting.com/artifacts/com.auth0.android/lock/ -->
<dependency>
    <groupId>com.auth0.android</groupId>
    <artifactId>lock</artifactId>
    <version>1.10.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.auth0.android/lock/
implementation 'com.auth0.android:lock:1.10.1'
// https://jarcasting.com/artifacts/com.auth0.android/lock/
implementation ("com.auth0.android:lock:1.10.1")
'com.auth0.android:lock:aar:1.10.1'
<dependency org="com.auth0.android" name="lock" rev="1.10.1">
  <artifact name="lock" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.auth0.android', module='lock', version='1.10.1')
)
libraryDependencies += "com.auth0.android" % "lock" % "1.10.1"
[com.auth0.android/lock "1.10.1"]