не последняя версия
Последняя версия 0.1.2

com.github.hageldave.ezfftw:ezfftw 0.1.1

The ezFFTW artifact provides methods for executing Fast Fourier Transforms. It wraps parts of the FFTW javacpp preset by bytedeco, which provides native bindings to the FFTW library. The purpose of this artifact is to provide an easy to use interface for executing FFTs.

Группа

Группа

com.github.hageldave.ezfftw
Идентификатор

Идентификатор

ezfftw
Версия

Версия

0.1.1
Тип

Тип

jar

Скачать ezfftw 0.1.1


<!-- https://jarcasting.com/artifacts/com.github.hageldave.ezfftw/ezfftw/ -->
<dependency>
    <groupId>com.github.hageldave.ezfftw</groupId>
    <artifactId>ezfftw</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hageldave.ezfftw/ezfftw/
implementation 'com.github.hageldave.ezfftw:ezfftw:0.1.1'
// https://jarcasting.com/artifacts/com.github.hageldave.ezfftw/ezfftw/
implementation ("com.github.hageldave.ezfftw:ezfftw:0.1.1")
'com.github.hageldave.ezfftw:ezfftw:jar:0.1.1'
<dependency org="com.github.hageldave.ezfftw" name="ezfftw" rev="0.1.1">
  <artifact name="ezfftw" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hageldave.ezfftw', module='ezfftw', version='0.1.1')
)
libraryDependencies += "com.github.hageldave.ezfftw" % "ezfftw" % "0.1.1"
[com.github.hageldave.ezfftw/ezfftw "0.1.1"]