MVN

org.quifft : quifft

Maven & Gradle

Apr 06, 2019
57 stars

QuiFFT · QuiFFT is a Fourier transform (FFT) library for digital audio files. QuiFFT abstracts away the technical details of digital audio representation and wave mathematics and provides a delightfully simple interface for computing Fourier transforms in Java.

<dependency>
    <groupId>org.quifft</groupId>
    <artifactId>quifft</artifactId>
    <version>0.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.quifft : quifft to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.1

All Versions

Choose a version of org.quifft : quifft to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
quifft-0.1.1
quifft-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.quifft</groupId>
    <artifactId>quifft</artifactId>
    <version>0.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.quifft : quifft gradle dependency to your build.gradle file:

implementation 'org.quifft:quifft:0.1.1'

Gradle Kotlin DSL: Add the following org.quifft : quifft gradle kotlin dependency to your build.gradle.kts file:

implementation("org.quifft:quifft:0.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.quifft : quifft sbt scala dependency to your build.sbt file:

libraryDependencies += "org.quifft" % "quifft" % "0.1.1"