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