| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGUI Взаимодействие с пользователем |
| Группа | Группаcom.github.nifty-gui |
| Идентификатор | Идентификаторnifty |
| Последняя версия | Последняя версия1.4.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеNifty Core
Nifty GUI is a Java Library that supports the building of interactive user interfaces for games or similar applications. It utilizes OpenGL for rendering and it can be easily integrated into many rendering systems. The configuration of the GUI is stored in xml files with little supporting Java code. In short Nifty helps you to layout stuff, display it in a cool way and interact with it :)
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| nifty-1.4.3.pom | |
| nifty-1.4.3.jar | 766 KB |
| nifty-1.4.3-sources.jar | 507 KB |
| nifty-1.4.3-javadoc.jar | 2 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.nifty-gui/nifty/ -->
<dependency>
<groupId>com.github.nifty-gui</groupId>
<artifactId>nifty</artifactId>
<version>1.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nifty-gui/nifty/
implementation 'com.github.nifty-gui:nifty:1.4.3'
// https://jarcasting.com/artifacts/com.github.nifty-gui/nifty/
implementation ("com.github.nifty-gui:nifty:1.4.3")
'com.github.nifty-gui:nifty:jar:1.4.3'
<dependency org="com.github.nifty-gui" name="nifty" rev="1.4.3">
<artifact name="nifty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nifty-gui', module='nifty', version='1.4.3')
)
libraryDependencies += "com.github.nifty-gui" % "nifty" % "1.4.3"
[com.github.nifty-gui/nifty "1.4.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| xpp3 : xpp3 | jar | 1.1.4c |
| com.google.code.findbugs : jsr305 | jar | 2.0.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.easymock : easymock | jar | 3.2 |