| GroupId | GroupIdcom.gluonhq |
|---|---|
| ArtifactId | ArtifactIdstrangefx |
| Version | Version0.0.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| strangefx-0.0.6.pom | |
| strangefx-0.0.6.jar | 60 KB |
| strangefx-0.0.6-sources.jar | 30 KB |
| strangefx-0.0.6-javadoc.jar | 472 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gluonhq/strangefx/ -->
<dependency>
<groupId>com.gluonhq</groupId>
<artifactId>strangefx</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.gluonhq/strangefx/
implementation 'com.gluonhq:strangefx:0.0.6'
// https://jarcasting.com/artifacts/com.gluonhq/strangefx/
implementation ("com.gluonhq:strangefx:0.0.6")
'com.gluonhq:strangefx:jar:0.0.6'
<dependency org="com.gluonhq" name="strangefx" rev="0.0.6">
<artifact name="strangefx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gluonhq', module='strangefx', version='0.0.6')
)
libraryDependencies += "com.gluonhq" % "strangefx" % "0.0.6"
[com.gluonhq/strangefx "0.0.6"]