| License |
License |
|---|---|
| Categories |
CategoriesORM Data |
| GroupId | GroupIdcom.github.rwl |
| ArtifactId | ArtifactIdjtransforms |
| Last Version | Last Version2.4.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJTransforms
JTransforms is the first, open source, multithreaded FFT library written in pure Java. Benchmark results show better performance than FFTW.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| jtransforms-2.4.0.pom | |
| jtransforms-2.4.0.jar | 746 KB |
| jtransforms-2.4.0-sources.jar | 219 KB |
| jtransforms-2.4.0-javadoc.jar | 248 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.rwl/jtransforms/ -->
<dependency>
<groupId>com.github.rwl</groupId>
<artifactId>jtransforms</artifactId>
<version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rwl/jtransforms/
implementation 'com.github.rwl:jtransforms:2.4.0'
// https://jarcasting.com/artifacts/com.github.rwl/jtransforms/
implementation ("com.github.rwl:jtransforms:2.4.0")
'com.github.rwl:jtransforms:jar:2.4.0'
<dependency org="com.github.rwl" name="jtransforms" rev="2.4.0">
<artifact name="jtransforms" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rwl', module='jtransforms', version='2.4.0')
)
libraryDependencies += "com.github.rwl" % "jtransforms" % "2.4.0"
[com.github.rwl/jtransforms "2.4.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |