MVN

com.tagtraum : ffsampledsp-x86_64-win

Maven & Gradle

Aug 02, 2023
1 usages

FFSampledSP Native Library Windows (64bit) · Windows 64bit binary library for FFSampledSP compiled via MinGW.

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

Latest Version

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

  • Latest Stable: 0.9.53

All Versions

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

Version Vulnerabilities Updated
0.9.x
ffsampledsp-x86_64-win-0.9.53
ffsampledsp-x86_64-win-0.9.52
ffsampledsp-x86_64-win-0.9.51
ffsampledsp-x86_64-win-0.9.50
ffsampledsp-x86_64-win-0.9.49
ffsampledsp-x86_64-win-0.9.48
ffsampledsp-x86_64-win-0.9.47
ffsampledsp-x86_64-win-0.9.46
ffsampledsp-x86_64-win-0.9.45
ffsampledsp-x86_64-win-0.9.44
ffsampledsp-x86_64-win-0.9.43
ffsampledsp-x86_64-win-0.9.42
ffsampledsp-x86_64-win-0.9.41
ffsampledsp-x86_64-win-0.9.40
ffsampledsp-x86_64-win-0.9.39
ffsampledsp-x86_64-win-0.9.38
ffsampledsp-x86_64-win-0.9.37
ffsampledsp-x86_64-win-0.9.35
ffsampledsp-x86_64-win-0.9.34
ffsampledsp-x86_64-win-0.9.33
ffsampledsp-x86_64-win-0.9.32
ffsampledsp-x86_64-win-0.9.31
ffsampledsp-x86_64-win-0.9.30
ffsampledsp-x86_64-win-0.9.29
ffsampledsp-x86_64-win-0.9.28

How to add a dependency to Maven

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

<dependency>
    <groupId>com.tagtraum</groupId>
    <artifactId>ffsampledsp-x86_64-win</artifactId>
    <version>0.9.53</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.tagtraum:ffsampledsp-x86_64-win:0.9.53'

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

implementation("com.tagtraum:ffsampledsp-x86_64-win:0.9.53")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.tagtraum" % "ffsampledsp-x86_64-win" % "0.9.53"

Advertisement