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

com.auth0.android:core 1.9.5

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

Группа

Группа

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

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

core
Версия

Версия

1.9.5
Тип

Тип

aar

Скачать core 1.9.5


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