MVN

com.tagtraum : jipesfft-complete

Maven & Gradle

Aug 05, 2023
2 stars

jipesFFT Complete (Java+native)

<dependency>
    <groupId>com.tagtraum</groupId>
    <artifactId>jipesfft-complete</artifactId>
    <version>0.9.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tagtraum : jipesfft-complete to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.13

All Versions

Choose a version of com.tagtraum : jipesfft-complete to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
jipesfft-complete-0.9.13
jipesfft-complete-0.9.11
jipesfft-complete-0.9.10
jipesfft-complete-0.9.9
jipesfft-complete-0.9.8
jipesfft-complete-0.9.1
jipesfft-complete-0.9.0

How to add a dependency to Maven

Add the following com.tagtraum : jipesfft-complete maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tagtraum</groupId>
    <artifactId>jipesfft-complete</artifactId>
    <version>0.9.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tagtraum : jipesfft-complete gradle dependency to your build.gradle file:

implementation 'com.tagtraum:jipesfft-complete:0.9.13'

Gradle Kotlin DSL: Add the following com.tagtraum : jipesfft-complete gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tagtraum:jipesfft-complete:0.9.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tagtraum : jipesfft-complete sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tagtraum" % "jipesfft-complete" % "0.9.13"

Advertisement