MVN

dev.gitlive : firebase-common-metadata

Maven & Gradle

May 26, 2021
869 stars

firebase-kotlin-sdk · 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.

<dependency>
    <groupId>dev.gitlive</groupId>
    <artifactId>firebase-common-metadata</artifactId>
    <version>1.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.gitlive : firebase-common-metadata to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.1
  • Latest Beta: 0.1.0-beta

All Versions

Choose a version of dev.gitlive : firebase-common-metadata to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
firebase-common-metadata-1.3.1
firebase-common-metadata-1.3.0
1.2.x
firebase-common-metadata-1.2.0
1.1.x
firebase-common-metadata-1.1.0
1.0.x
firebase-common-metadata-1.0.0
0.4.x
firebase-common-metadata-0.4.0
0.2.x
firebase-common-metadata-0.2.0
0.1.x
firebase-common-metadata-0.1.0
firebase-common-metadata-0.1.0-beta

How to add a dependency to Maven

Add the following dev.gitlive : firebase-common-metadata maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.gitlive</groupId>
    <artifactId>firebase-common-metadata</artifactId>
    <version>1.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.gitlive : firebase-common-metadata gradle dependency to your build.gradle file:

implementation 'dev.gitlive:firebase-common-metadata:1.3.1'

Gradle Kotlin DSL: Add the following dev.gitlive : firebase-common-metadata gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.gitlive:firebase-common-metadata:1.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.gitlive : firebase-common-metadata sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.gitlive" % "firebase-common-metadata" % "1.3.1"