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