| Категории |
КатегорииFXGL Прикладные библиотеки Game Development |
|---|---|
| Группа | Группаcom.github.almasb |
| Идентификатор | Идентификаторfxgl-games |
| Версия | Версия0.3.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| fxgl-games-0.3.2.pom | |
| fxgl-games-0.3.2.jar | 19 MB |
| fxgl-games-0.3.2-sources.jar | 19 MB |
| fxgl-games-0.3.2-javadoc.jar | 754 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.almasb/fxgl-games/ -->
<dependency>
<groupId>com.github.almasb</groupId>
<artifactId>fxgl-games</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.almasb/fxgl-games/
implementation 'com.github.almasb:fxgl-games:0.3.2'
// https://jarcasting.com/artifacts/com.github.almasb/fxgl-games/
implementation ("com.github.almasb:fxgl-games:0.3.2")
'com.github.almasb:fxgl-games:jar:0.3.2'
<dependency org="com.github.almasb" name="fxgl-games" rev="0.3.2">
<artifact name="fxgl-games" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.almasb', module='fxgl-games', version='0.3.2')
)
libraryDependencies += "com.github.almasb" % "fxgl-games" % "0.3.2"
[com.github.almasb/fxgl-games "0.3.2"]