MVN

org.jaudiolibs : audioops-api

Maven & Gradle

Jul 24, 2019
7 usages
15 stars

AudioOps API · >A simple Java audio processing API (inspired by LADSPA, etc.) with a selection of reusable audio filters and effects ported from a range of projects.

<dependency>
    <groupId>org.jaudiolibs</groupId>
    <artifactId>audioops-api</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jaudiolibs : audioops-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of org.jaudiolibs : audioops-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
audioops-api-1.0.0

How to add a dependency to Maven

Add the following org.jaudiolibs : audioops-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jaudiolibs</groupId>
    <artifactId>audioops-api</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jaudiolibs : audioops-api gradle dependency to your build.gradle file:

implementation 'org.jaudiolibs:audioops-api:1.0.0'

Gradle Kotlin DSL: Add the following org.jaudiolibs : audioops-api gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jaudiolibs:audioops-api:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jaudiolibs : audioops-api sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jaudiolibs" % "audioops-api" % "1.0.0"

Advertisement

Dependencies from Group

Jul 24, 2019
7 usages
15 stars
Aug 18, 2020
5 usages
24 stars
Jul 24, 2019
4 usages
15 stars
Aug 18, 2020
4 usages
11 stars
Aug 18, 2020
3 usages
11 stars

Discover Dependencies

Dec 17, 2020
7 usages
Jul 27, 2019
6 usages
936 stars
Jul 27, 2019
6 usages
936 stars
May 23, 2021
52 usages
184 stars
Feb 11, 2021
6 usages
518 stars
Dec 22, 2020
11 usages
Aug 14, 2023
38 usages
3k stars