MVN

com.tagtraum : jipesfft-i386-win

Maven & Gradle

Aug 05, 2023
2 stars

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

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

Latest Version

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

  • Latest Stable: 0.9.13

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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