| Группа | Группаcom.gluonhq |
|---|---|
| Идентификатор | Идентификаторstrangefx |
| Версия | Версия0.0.5 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| strangefx-0.0.5.pom | |
| strangefx-0.0.5.jar | 60 KB |
| strangefx-0.0.5-sources.jar | 30 KB |
| strangefx-0.0.5-javadoc.jar | 472 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.gluonhq/strangefx/ -->
<dependency>
<groupId>com.gluonhq</groupId>
<artifactId>strangefx</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.gluonhq/strangefx/
implementation 'com.gluonhq:strangefx:0.0.5'
// https://jarcasting.com/artifacts/com.gluonhq/strangefx/
implementation ("com.gluonhq:strangefx:0.0.5")
'com.gluonhq:strangefx:jar:0.0.5'
<dependency org="com.gluonhq" name="strangefx" rev="0.0.5">
<artifact name="strangefx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gluonhq', module='strangefx', version='0.0.5')
)
libraryDependencies += "com.gluonhq" % "strangefx" % "0.0.5"
[com.gluonhq/strangefx "0.0.5"]