Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdcom.github.b3er.rxfirebase |
ArtifactId | ArtifactIdfirebase-auth-kotlin |
Version | Version10.21.1 |
Type | Typeaar |
Filename | Size |
---|---|
firebase-auth-kotlin-10.21.1.pom | |
firebase-auth-kotlin-10.21.1.aar | 7 KB |
firebase-auth-kotlin-10.21.1-sources.jar | 831 bytes |
firebase-auth-kotlin-10.21.1-javadoc.jar | 261 bytes |
Browse |
<!-- 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.21.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.21.1'
// https://jarcasting.com/artifacts/com.github.b3er.rxfirebase/firebase-auth-kotlin/
implementation ("com.github.b3er.rxfirebase:firebase-auth-kotlin:10.21.1")
'com.github.b3er.rxfirebase:firebase-auth-kotlin:aar:10.21.1'
<dependency org="com.github.b3er.rxfirebase" name="firebase-auth-kotlin" rev="10.21.1">
<artifact name="firebase-auth-kotlin" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.b3er.rxfirebase', module='firebase-auth-kotlin', version='10.21.1')
)
libraryDependencies += "com.github.b3er.rxfirebase" % "firebase-auth-kotlin" % "10.21.1"
[com.github.b3er.rxfirebase/firebase-auth-kotlin "10.21.1"]