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