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