MVN

com.tagtraum : jipesfft-x86_64-win

Maven & Gradle

Aug 05, 2023
2 stars

jipesFFT Native Window Library (x86_64) · x86_64 library for jipesFFT.

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

Latest Version

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

  • Latest Stable: 0.9.13

All Versions

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

Version Vulnerabilities Updated
0.9.x
jipesfft-x86_64-win-0.9.13
jipesfft-x86_64-win-0.9.12
jipesfft-x86_64-win-0.9.11
jipesfft-x86_64-win-0.9.10
jipesfft-x86_64-win-0.9.9
jipesfft-x86_64-win-0.9.8
jipesfft-x86_64-win-0.9.7
jipesfft-x86_64-win-0.9.6
jipesfft-x86_64-win-0.9.5
jipesfft-x86_64-win-0.9.4
jipesfft-x86_64-win-0.9.3
jipesfft-x86_64-win-0.9.1

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.tagtraum:jipesfft-x86_64-win:0.9.13'

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

implementation("com.tagtraum:jipesfft-x86_64-win:0.9.13")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.tagtraum" % "jipesfft-x86_64-win" % "0.9.13"