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