| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGUI Взаимодействие с пользователем |
| Группа | Группаcom.github.nifty-gui |
| Идентификатор | Идентификаторnifty-html |
| Последняя версия | Последняя версия1.4.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеNifty HTML Add-On
This module adds basic HTML support to Nifty. It creates Nifty elements from HTML directly. This is useful if you need to display messages or info boxes that contain more than simple elements.
|
| Имя Файла | Размер |
|---|---|
| nifty-html-1.4.3.pom | |
| nifty-html-1.4.3.jar | 12 KB |
| nifty-html-1.4.3-sources.jar | 7 KB |
| nifty-html-1.4.3-javadoc.jar | 34 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.nifty-gui/nifty-html/ -->
<dependency>
<groupId>com.github.nifty-gui</groupId>
<artifactId>nifty-html</artifactId>
<version>1.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nifty-gui/nifty-html/
implementation 'com.github.nifty-gui:nifty-html:1.4.3'
// https://jarcasting.com/artifacts/com.github.nifty-gui/nifty-html/
implementation ("com.github.nifty-gui:nifty-html:1.4.3")
'com.github.nifty-gui:nifty-html:jar:1.4.3'
<dependency org="com.github.nifty-gui" name="nifty-html" rev="1.4.3">
<artifact name="nifty-html" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nifty-gui', module='nifty-html', version='1.4.3')
)
libraryDependencies += "com.github.nifty-gui" % "nifty-html" % "1.4.3"
[com.github.nifty-gui/nifty-html "1.4.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.htmlparser : htmlparser | jar | 2.1 |
| com.github.nifty-gui : nifty | jar | 1.4.3 |
| com.github.nifty-gui : nifty-style-black | jar | 1.4.3 |
| com.github.nifty-gui : nifty-default-controls | jar | 1.4.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.nifty-gui : nifty-lwjgl-renderer | jar | 1.4.3 |
| junit : junit | jar | 4.3.1 |
| org.easymock : easymock | jar | 3.2 |