MVN

io.github.simplejnius : sj-firebase-java

Maven & Gradle

Dec 04, 2023
4 stars

sj-firebase-java · Port Firebase to Pyjnius

<dependency>
    <groupId>io.github.simplejnius</groupId>
    <artifactId>sj-firebase-java</artifactId>
    <version>0.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.simplejnius : sj-firebase-java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.1

All Versions

Choose a version of io.github.simplejnius : sj-firebase-java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
sj-firebase-java-0.4.1
sj-firebase-java-0.4.0

How to add a dependency to Maven

Add the following io.github.simplejnius : sj-firebase-java maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.simplejnius</groupId>
    <artifactId>sj-firebase-java</artifactId>
    <version>0.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.simplejnius : sj-firebase-java gradle dependency to your build.gradle file:

implementation 'io.github.simplejnius:sj-firebase-java:0.4.1'

Gradle Kotlin DSL: Add the following io.github.simplejnius : sj-firebase-java gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.simplejnius:sj-firebase-java:0.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.simplejnius : sj-firebase-java sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.simplejnius" % "sj-firebase-java" % "0.4.1"