f

firebase-config-jvm

The Firebase Kotlin SDK is a Kotlin-first SDK for Firebase. It's API is similar to the Firebase Android SDK Kotlin Extensions but also supports multiplatform projects, enabling you to use Firebase directly from your common source targeting iOS, Android or JS.
https://github.com/GitLiveApp/firebase-kotlin-sdk
The Apache Software License, Version 2.0
Nicholas Bransby-Williams
Files download
File Operation
firebase-config-jvm-1.10.4.jar download
firebase-config-jvm-1.10.4.pom download
firebase-config-jvm-1.10.4-sources.jar download
Apache Maven
<dependency>
  <groupId>dev.gitlive</groupId>
  <artifactId>firebase-config-jvm</artifactId>
  <version>1.10.4</version>
</dependency>
Gradle Groovy
implementation 'dev.gitlive:firebase-config-jvm:1.10.4'
Gradle Kotlin
implementation("dev.gitlive:firebase-config-jvm:1.10.4")
Scala SBT
libraryDependencies += "dev.gitlive" % "firebase-config-jvm" % "1.10.4"
Groovy Grape
@Grapes(
  @Grab(group='dev.gitlive', module='firebase-config-jvm', version='1.10.4')
)
Apache Ivy
<dependency org="dev.gitlive" name="firebase-config-jvm" rev="1.10.4" />
Leiningen
[dev.gitlive/firebase-config-jvm "1.10.4"]
Apache Buildr
'dev.gitlive:firebase-config-jvm:jar:1.10.4'