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