k

kfirebase-database-iosarm64

KFirebaseDatabase is a Kotlin Multiplatform library designed to streamline the integration of Firebase services in your mobile applications. With this library, developers can effortlessly initialize Firebase for both Android and iOS, enabling a unified and efficient development experience.
https://github.com/the-best-is-best/KFirebase
Apache-2.0
Michelle Raouf
文件下载
文件名 操作
kfirebase-database-iosarm64-1.0.0-rc2.pom 下载
kfirebase-database-iosarm64-1.0.0-rc2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.the-best-is-best</groupId>
  <artifactId>kfirebase-database-iosarm64</artifactId>
  <version>1.0.0-rc2</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'io.github.the-best-is-best:kfirebase-database-iosarm64:1.0.0-rc2'
Gradle Kotlin
implementation("io.github.the-best-is-best:kfirebase-database-iosarm64:1.0.0-rc2")
Scala SBT
libraryDependencies += "io.github.the-best-is-best" % "kfirebase-database-iosarm64" % "1.0.0-rc2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.the-best-is-best', module='kfirebase-database-iosarm64', version='1.0.0-rc2')
)
Apache Ivy
<dependency org="io.github.the-best-is-best" name="kfirebase-database-iosarm64" rev="1.0.0-rc2" />
Leiningen
[io.github.the-best-is-best/kfirebase-database-iosarm64 "1.0.0-rc2"]
Apache Buildr
'io.github.the-best-is-best:kfirebase-database-iosarm64:jar:1.0.0-rc2'