MVN

fm.audiobox : audiobox-jlib

Maven & Gradle

Feb 11, 2015
1 stars

audiobox-jlib · Next generation Java library for AudioBox API

<dependency>
    <groupId>fm.audiobox</groupId>
    <artifactId>audiobox-jlib</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fm.audiobox : audiobox-jlib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of fm.audiobox : audiobox-jlib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
audiobox-jlib-1.0.4
audiobox-jlib-1.0.3
audiobox-jlib-1.0.2

How to add a dependency to Maven

Add the following fm.audiobox : audiobox-jlib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fm.audiobox</groupId>
    <artifactId>audiobox-jlib</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fm.audiobox : audiobox-jlib gradle dependency to your build.gradle file:

implementation 'fm.audiobox:audiobox-jlib:1.0.4'

Gradle Kotlin DSL: Add the following fm.audiobox : audiobox-jlib gradle kotlin dependency to your build.gradle.kts file:

implementation("fm.audiobox:audiobox-jlib:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following fm.audiobox : audiobox-jlib sbt scala dependency to your build.sbt file:

libraryDependencies += "fm.audiobox" % "audiobox-jlib" % "1.0.4"