MVN

com.tagtraum : ffsampledsp-aarch64-macos

Maven & Gradle

Aug 02, 2023
13 stars

FFSampledSP Native Library macOS (aarch64) · Darwin aarch64/arm64 binary library for FFSampledSP.

<dependency>
    <groupId>com.tagtraum</groupId>
    <artifactId>ffsampledsp-aarch64-macos</artifactId>
    <version>0.9.53</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.9.53

All Versions

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

Version Vulnerabilities Updated
0.9.x
ffsampledsp-aarch64-macos-0.9.53
ffsampledsp-aarch64-macos-0.9.52
ffsampledsp-aarch64-macos-0.9.51
ffsampledsp-aarch64-macos-0.9.50
ffsampledsp-aarch64-macos-0.9.49
ffsampledsp-aarch64-macos-0.9.48
ffsampledsp-aarch64-macos-0.9.47
ffsampledsp-aarch64-macos-0.9.46
ffsampledsp-aarch64-macos-0.9.45
ffsampledsp-aarch64-macos-0.9.44
ffsampledsp-aarch64-macos-0.9.43
ffsampledsp-aarch64-macos-0.9.42
ffsampledsp-aarch64-macos-0.9.41
ffsampledsp-aarch64-macos-0.9.40
ffsampledsp-aarch64-macos-0.9.39
ffsampledsp-aarch64-macos-0.9.38
ffsampledsp-aarch64-macos-0.9.37

How to add a dependency to Maven

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

<dependency>
    <groupId>com.tagtraum</groupId>
    <artifactId>ffsampledsp-aarch64-macos</artifactId>
    <version>0.9.53</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tagtraum : ffsampledsp-aarch64-macos gradle dependency to your build.gradle file:

implementation 'com.tagtraum:ffsampledsp-aarch64-macos:0.9.53'

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

implementation("com.tagtraum:ffsampledsp-aarch64-macos:0.9.53")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.tagtraum" % "ffsampledsp-aarch64-macos" % "0.9.53"

Advertisement