MVN

com.tagtraum : jipesfft-x86_64-macos

Maven & Gradle

Aug 05, 2023
2 stars

jipesFFT Native macOS Library (x86_64)

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

Latest Version

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

  • Latest Stable: 0.9.13

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.tagtraum</groupId>
    <artifactId>jipesfft-x86_64-macos</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-macos gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement