License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.github.b3er.rxfirebase |
ArtifactId | ArtifactIdfirebase-auth-kotlin |
Version | Version11.2.0 |
Type | Typeaar |
Description |
DescriptionRxFirebase2-Auth Kotlin support
RxJava 2 binding APIs for Firebase Android SDK.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
firebase-auth-kotlin-11.2.0.pom | |
firebase-auth-kotlin-11.2.0.aar | 6 KB |
firebase-auth-kotlin-11.2.0-sources.jar | 831 bytes |
firebase-auth-kotlin-11.2.0-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>11.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.b3er.rxfirebase/firebase-auth-kotlin/
implementation 'com.github.b3er.rxfirebase:firebase-auth-kotlin:11.2.0'
// https://jarcasting.com/artifacts/com.github.b3er.rxfirebase/firebase-auth-kotlin/
implementation ("com.github.b3er.rxfirebase:firebase-auth-kotlin:11.2.0")
'com.github.b3er.rxfirebase:firebase-auth-kotlin:aar:11.2.0'
<dependency org="com.github.b3er.rxfirebase" name="firebase-auth-kotlin" rev="11.2.0">
<artifact name="firebase-auth-kotlin" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.b3er.rxfirebase', module='firebase-auth-kotlin', version='11.2.0')
)
libraryDependencies += "com.github.b3er.rxfirebase" % "firebase-auth-kotlin" % "11.2.0"
[com.github.b3er.rxfirebase/firebase-auth-kotlin "11.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.b3er.rxfirebase : common | jar | 11.2.0 |
com.github.b3er.rxfirebase : firebase-auth | jar | 11.2.0 |
org.jetbrains.kotlin : kotlin-stdlib-jre7 | jar | 1.1.2 |