MVN

com.audioburst : audioburst_player

Maven & Gradle

Jul 29, 2021
0 stars

audioburst_player · Official AudioburstPlayer SDK for Android

<dependency>
    <groupId>com.audioburst</groupId>
    <artifactId>audioburst_player</artifactId>
    <version>0.2.30</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.audioburst : audioburst_player to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.30

All Versions

Choose a version of com.audioburst : audioburst_player to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
audioburst_player-0.2.30
audioburst_player-0.2.29
audioburst_player-0.2.28
audioburst_player-0.2.27
audioburst_player-0.2.26
audioburst_player-0.2.25
audioburst_player-0.2.24
audioburst_player-0.2.23
audioburst_player-0.2.22
audioburst_player-0.2.21
audioburst_player-0.2.20
audioburst_player-0.2.19
audioburst_player-0.2.18
audioburst_player-0.2.17
audioburst_player-0.2.16
audioburst_player-0.2.15
audioburst_player-0.2.14

How to add a dependency to Maven

Add the following com.audioburst : audioburst_player maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.audioburst</groupId>
    <artifactId>audioburst_player</artifactId>
    <version>0.2.30</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.audioburst : audioburst_player gradle dependency to your build.gradle file:

implementation 'com.audioburst:audioburst_player:0.2.30'

Gradle Kotlin DSL: Add the following com.audioburst : audioburst_player gradle kotlin dependency to your build.gradle.kts file:

implementation("com.audioburst:audioburst_player:0.2.30")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.audioburst : audioburst_player sbt scala dependency to your build.sbt file:

libraryDependencies += "com.audioburst" % "audioburst_player" % "0.2.30"

Advertisement