MVN

live.pbj.sdk : live

Maven & Gradle

Sep 22, 2021
0 stars

live · Stream your PBJ.live content from your Android App.

<dependency>
    <groupId>live.pbj.sdk</groupId>
    <artifactId>live</artifactId>
    <version>0.1.4-alpha</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of live.pbj.sdk : live to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.4-alpha
  • Latest Alpha: 0.1.4-alpha

All Versions

Choose a version of live.pbj.sdk : live to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
live-0.1.4-alpha
live-0.1.3-alpha
live-0.1.2-alpha
live-0.1.1-alpha
live-0.1.0-alpha
0.0.x
live-0.0.9-alpha
live-0.0.8-alpha
live-0.0.7-alpha
live-0.0.6-alpha
live-0.0.5-alpha
live-0.0.4-alpha
live-0.0.3-alpha
live-0.0.2-alpha
live-0.0.1-alpha

How to add a dependency to Maven

Add the following live.pbj.sdk : live maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>live.pbj.sdk</groupId>
    <artifactId>live</artifactId>
    <version>0.1.4-alpha</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following live.pbj.sdk : live gradle dependency to your build.gradle file:

implementation 'live.pbj.sdk:live:0.1.4-alpha'

Gradle Kotlin DSL: Add the following live.pbj.sdk : live gradle kotlin dependency to your build.gradle.kts file:

implementation("live.pbj.sdk:live:0.1.4-alpha")

How to add a dependency to SBT Scala

SBT Scala: Add the following live.pbj.sdk : live sbt scala dependency to your build.sbt file:

libraryDependencies += "live.pbj.sdk" % "live" % "0.1.4-alpha"