MVN

com.github.rwl : jtransforms

Maven & Gradle

May 19, 2012
21 usages

JTransforms · JTransforms is the first, open source, multithreaded FFT library written in pure Java. Benchmark results show better performance than FFTW.

<dependency>
    <groupId>com.github.rwl</groupId>
    <artifactId>jtransforms</artifactId>
    <version>2.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.rwl : jtransforms to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.0

All Versions

Choose a version of com.github.rwl : jtransforms to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
jtransforms-2.4.0

How to add a dependency to Maven

Add the following com.github.rwl : jtransforms maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.rwl</groupId>
    <artifactId>jtransforms</artifactId>
    <version>2.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.rwl : jtransforms gradle dependency to your build.gradle file:

implementation 'com.github.rwl:jtransforms:2.4.0'

Gradle Kotlin DSL: Add the following com.github.rwl : jtransforms gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.rwl:jtransforms:2.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.rwl : jtransforms sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.rwl" % "jtransforms" % "2.4.0"

Advertisement

Dependencies from Group

May 19, 2012
21 usages
Jul 30, 2011
3 usages
2 stars
Jun 16, 2012
3 usages
May 18, 2012
1 usages
4 stars
May 16, 2012
1 usages
2 stars

Discover Dependencies

Feb 28, 2014
56 usages
Mar 29, 2015
2 usages
18 stars
Jan 18, 2015
May 20, 2013
4 usages
Dec 12, 2010
18 usages
Jan 17, 2011
6 usages
Oct 11, 2013
11 usages
2.1k stars