MVN

com.bluebillywig.bbnativeplayersdk : bbnativeshared-android-debug

Maven & Gradle

Aug 22, 2023

bbnativeplayersdk Shared · Blue Billywig Native Player SDK for Android

<dependency>
    <groupId>com.bluebillywig.bbnativeplayersdk</groupId>
    <artifactId>bbnativeshared-android-debug</artifactId>
    <version>7.114.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bluebillywig.bbnativeplayersdk : bbnativeshared-android-debug to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.114.0

All Versions

Choose a version of com.bluebillywig.bbnativeplayersdk : bbnativeshared-android-debug to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.99.x
bbnativeshared-android-debug-7.99.1
bbnativeshared-android-debug-7.99.0
7.98.x
bbnativeshared-android-debug-7.98.0
7.97.x
bbnativeshared-android-debug-7.97.1
7.96.x
bbnativeshared-android-debug-7.96.0
7.95.x
bbnativeshared-android-debug-7.95.0
7.94.x
bbnativeshared-android-debug-7.94.0
7.93.x
bbnativeshared-android-debug-7.93.0
7.90.x
bbnativeshared-android-debug-7.90.1
7.88.x
bbnativeshared-android-debug-7.88.1
7.86.x
bbnativeshared-android-debug-7.86.3
bbnativeshared-android-debug-7.86.2
bbnativeshared-android-debug-7.86.1
7.85.x
bbnativeshared-android-debug-7.85.0
7.83.x
bbnativeshared-android-debug-7.83.1
7.77.x
bbnativeshared-android-debug-7.77.0
7.76.x
bbnativeshared-android-debug-7.76.0
7.74.x
bbnativeshared-android-debug-7.74.0
7.73.x
bbnativeshared-android-debug-7.73.0
7.72.x
bbnativeshared-android-debug-7.72.0
7.71.x
bbnativeshared-android-debug-7.71.1
bbnativeshared-android-debug-7.71.0
7.69.x
bbnativeshared-android-debug-7.69.0
7.68.x
bbnativeshared-android-debug-7.68.1
bbnativeshared-android-debug-7.68.0
7.67.x
bbnativeshared-android-debug-7.67.0
7.114.x
bbnativeshared-android-debug-7.114.0
7.113.x
bbnativeshared-android-debug-7.113.2
7.112.x
bbnativeshared-android-debug-7.112.1
7.111.x
bbnativeshared-android-debug-7.111.0
7.109.x
bbnativeshared-android-debug-7.109.1
7.107.x
bbnativeshared-android-debug-7.107.1
7.103.x
bbnativeshared-android-debug-7.103.0
7.102.x
bbnativeshared-android-debug-7.102.0
7.101.x
bbnativeshared-android-debug-7.101.2
7.100.x
bbnativeshared-android-debug-7.100.1
0.0.x
bbnativeshared-android-debug-0.0.11
bbnativeshared-android-debug-0.0.7
bbnativeshared-android-debug-0.0.6
bbnativeshared-android-debug-0.0.5

How to add a dependency to Maven

Add the following com.bluebillywig.bbnativeplayersdk : bbnativeshared-android-debug maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.bluebillywig.bbnativeplayersdk</groupId>
    <artifactId>bbnativeshared-android-debug</artifactId>
    <version>7.114.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bluebillywig.bbnativeplayersdk : bbnativeshared-android-debug gradle dependency to your build.gradle file:

implementation 'com.bluebillywig.bbnativeplayersdk:bbnativeshared-android-debug:7.114.0'

Gradle Kotlin DSL: Add the following com.bluebillywig.bbnativeplayersdk : bbnativeshared-android-debug gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bluebillywig.bbnativeplayersdk:bbnativeshared-android-debug:7.114.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bluebillywig.bbnativeplayersdk : bbnativeshared-android-debug sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bluebillywig.bbnativeplayersdk" % "bbnativeshared-android-debug" % "7.114.0"