MVN

org.dstadler : commons-audio

Maven & Gradle

Mar 19, 2023
4 stars

Common Autio Utilities · Common utilities I find useful when developing audio-related projects.

<dependency>
    <groupId>org.dstadler</groupId>
    <artifactId>commons-audio</artifactId>
    <version>1.0.0.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.dstadler : commons-audio to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0.24

All Versions

Choose a version of org.dstadler : commons-audio to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
commons-audio-1.0.0.24
commons-audio-1.0.0.23
commons-audio-1.0.0.22
commons-audio-1.0.0.21
commons-audio-1.0.0.20
commons-audio-1.0.0.19
commons-audio-1.0.0.18
commons-audio-1.0.0.17
commons-audio-1.0.0.16
commons-audio-1.0.0.15
commons-audio-1.0.0.14
commons-audio-1.0.0.13
commons-audio-1.0.0.12
commons-audio-1.0.0.11
commons-audio-1.0.0.10
commons-audio-1.0.0.9
commons-audio-1.0.0.8
commons-audio-1.0.0.7
commons-audio-1.0.0.6
commons-audio-1.0.0.5
commons-audio-1.0.0.4
commons-audio-1.0.0.3
commons-audio-1.0.0.2
commons-audio-1.0.0.1
commons-audio-1.0.0.0

How to add a dependency to Maven

Add the following org.dstadler : commons-audio maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.dstadler</groupId>
    <artifactId>commons-audio</artifactId>
    <version>1.0.0.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.dstadler : commons-audio gradle dependency to your build.gradle file:

implementation 'org.dstadler:commons-audio:1.0.0.24'

Gradle Kotlin DSL: Add the following org.dstadler : commons-audio gradle kotlin dependency to your build.gradle.kts file:

implementation("org.dstadler:commons-audio:1.0.0.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.dstadler : commons-audio sbt scala dependency to your build.sbt file:

libraryDependencies += "org.dstadler" % "commons-audio" % "1.0.0.24"