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