| Категории |
КатегорииlibGDX Прикладные библиотеки GUI Взаимодействие с пользователем |
|---|---|
| Группа | Группаcom.github.nifty-gui |
| Идентификатор | Идентификаторnifty-examples-libgdx-core |
| Версия | Версия1.4.2 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.nifty-gui/nifty-examples-libgdx-core/ -->
<dependency>
<groupId>com.github.nifty-gui</groupId>
<artifactId>nifty-examples-libgdx-core</artifactId>
<version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nifty-gui/nifty-examples-libgdx-core/
implementation 'com.github.nifty-gui:nifty-examples-libgdx-core:1.4.2'
// https://jarcasting.com/artifacts/com.github.nifty-gui/nifty-examples-libgdx-core/
implementation ("com.github.nifty-gui:nifty-examples-libgdx-core:1.4.2")
'com.github.nifty-gui:nifty-examples-libgdx-core:jar:1.4.2'
<dependency org="com.github.nifty-gui" name="nifty-examples-libgdx-core" rev="1.4.2">
<artifact name="nifty-examples-libgdx-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nifty-gui', module='nifty-examples-libgdx-core', version='1.4.2')
)
libraryDependencies += "com.github.nifty-gui" % "nifty-examples-libgdx-core" % "1.4.2"
[com.github.nifty-gui/nifty-examples-libgdx-core "1.4.2"]