| GroupId | GroupIdcom.github.hageldave.ezfftw |
|---|---|
| ArtifactId | ArtifactIdezfftw |
| Version | Version0.0.9 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ezfftw-0.0.9.pom | |
| ezfftw-0.0.9.jar | 44 KB |
| ezfftw-0.0.9-sources.jar | 42 KB |
| ezfftw-0.0.9-javadoc.jar | 193 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.hageldave.ezfftw/ezfftw/ -->
<dependency>
<groupId>com.github.hageldave.ezfftw</groupId>
<artifactId>ezfftw</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hageldave.ezfftw/ezfftw/
implementation 'com.github.hageldave.ezfftw:ezfftw:0.0.9'
// https://jarcasting.com/artifacts/com.github.hageldave.ezfftw/ezfftw/
implementation ("com.github.hageldave.ezfftw:ezfftw:0.0.9")
'com.github.hageldave.ezfftw:ezfftw:jar:0.0.9'
<dependency org="com.github.hageldave.ezfftw" name="ezfftw" rev="0.0.9">
<artifact name="ezfftw" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hageldave.ezfftw', module='ezfftw', version='0.0.9')
)
libraryDependencies += "com.github.hageldave.ezfftw" % "ezfftw" % "0.0.9"
[com.github.hageldave.ezfftw/ezfftw "0.0.9"]