| Группа | Группаcom.liftric |
|---|---|
| Идентификатор | Идентификаторauth-android-debug |
| Версия | Версия1.5.1 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| auth-android-debug-1.5.1.pom | |
| auth-android-debug-1.5.1-sources.jar | 15 KB |
| auth-android-debug-1.5.1-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.liftric/auth-android-debug/ -->
<dependency>
<groupId>com.liftric</groupId>
<artifactId>auth-android-debug</artifactId>
<version>1.5.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.liftric/auth-android-debug/
implementation 'com.liftric:auth-android-debug:1.5.1'
// https://jarcasting.com/artifacts/com.liftric/auth-android-debug/
implementation ("com.liftric:auth-android-debug:1.5.1")
'com.liftric:auth-android-debug:aar:1.5.1'
<dependency org="com.liftric" name="auth-android-debug" rev="1.5.1">
<artifact name="auth-android-debug" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.liftric', module='auth-android-debug', version='1.5.1')
)
libraryDependencies += "com.liftric" % "auth-android-debug" % "1.5.1"
[com.liftric/auth-android-debug "1.5.1"]