MVN

com.github.b3er.rxfirebase : firebase-database-kotlin

Maven & Gradle

Jul 06, 2017
10 stars

RxFirebase2-Database Kotlin support · RxJava 2 binding APIs for Firebase Android SDK.

<dependency>
    <groupId>com.github.b3er.rxfirebase</groupId>
    <artifactId>firebase-database-kotlin</artifactId>
    <version>11.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.b3er.rxfirebase : firebase-database-kotlin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 11.2.0

All Versions

Choose a version of com.github.b3er.rxfirebase : firebase-database-kotlin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
11.2.x
firebase-database-kotlin-11.2.0
10.21.x
firebase-database-kotlin-10.21.2
firebase-database-kotlin-10.21.1
firebase-database-kotlin-10.21.0
10.1.x
firebase-database-kotlin-10.1.1

How to add a dependency to Maven

Add the following com.github.b3er.rxfirebase : firebase-database-kotlin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.b3er.rxfirebase</groupId>
    <artifactId>firebase-database-kotlin</artifactId>
    <version>11.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.b3er.rxfirebase : firebase-database-kotlin gradle dependency to your build.gradle file:

implementation 'com.github.b3er.rxfirebase:firebase-database-kotlin:11.2.0'

Gradle Kotlin DSL: Add the following com.github.b3er.rxfirebase : firebase-database-kotlin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.b3er.rxfirebase:firebase-database-kotlin:11.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.b3er.rxfirebase : firebase-database-kotlin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.b3er.rxfirebase" % "firebase-database-kotlin" % "11.2.0"

Advertisement