| Категории |
КатегорииKotlin Языки программирования |
|---|---|
| Группа | Группаcom.github.b3er.rxfirebase |
| Идентификатор | Идентификаторfirebase-auth-kotlin |
| Версия | Версия10.1.1 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| firebase-auth-kotlin-10.1.1.pom | |
| firebase-auth-kotlin-10.1.1.aar | 6 KB |
| firebase-auth-kotlin-10.1.1-sources.jar | 831 bytes |
| firebase-auth-kotlin-10.1.1-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.b3er.rxfirebase/firebase-auth-kotlin/ -->
<dependency>
<groupId>com.github.b3er.rxfirebase</groupId>
<artifactId>firebase-auth-kotlin</artifactId>
<version>10.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.b3er.rxfirebase/firebase-auth-kotlin/
implementation 'com.github.b3er.rxfirebase:firebase-auth-kotlin:10.1.1'
// https://jarcasting.com/artifacts/com.github.b3er.rxfirebase/firebase-auth-kotlin/
implementation ("com.github.b3er.rxfirebase:firebase-auth-kotlin:10.1.1")
'com.github.b3er.rxfirebase:firebase-auth-kotlin:aar:10.1.1'
<dependency org="com.github.b3er.rxfirebase" name="firebase-auth-kotlin" rev="10.1.1">
<artifact name="firebase-auth-kotlin" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.b3er.rxfirebase', module='firebase-auth-kotlin', version='10.1.1')
)
libraryDependencies += "com.github.b3er.rxfirebase" % "firebase-auth-kotlin" % "10.1.1"
[com.github.b3er.rxfirebase/firebase-auth-kotlin "10.1.1"]