MVN

io.github.szrnka-peter : firebase-hosting-api-java

Maven & Gradle

Jun 08, 2021
0 stars

Firebase Hosting API library Java · Firebase Hosting API library for Java

<dependency>
    <groupId>io.github.szrnka-peter</groupId>
    <artifactId>firebase-hosting-api-java</artifactId>
    <version>0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.szrnka-peter : firebase-hosting-api-java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6

All Versions

Choose a version of io.github.szrnka-peter : firebase-hosting-api-java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6
firebase-hosting-api-java-0.6
0.5
firebase-hosting-api-java-0.5
0.4
firebase-hosting-api-java-0.4
0.3
firebase-hosting-api-java-0.3
0.1
firebase-hosting-api-java-0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.szrnka-peter</groupId>
    <artifactId>firebase-hosting-api-java</artifactId>
    <version>0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.szrnka-peter : firebase-hosting-api-java gradle dependency to your build.gradle file:

implementation 'io.github.szrnka-peter:firebase-hosting-api-java:0.6'

Gradle Kotlin DSL: Add the following io.github.szrnka-peter : firebase-hosting-api-java gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.szrnka-peter:firebase-hosting-api-java:0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.szrnka-peter : firebase-hosting-api-java sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.szrnka-peter" % "firebase-hosting-api-java" % "0.6"