is not current version
Last Version 1.4.3

com.github.nifty-gui:nifty-html 1.4.2

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.

Categories

Categories

GUI User Interface
GroupId

GroupId

com.github.nifty-gui
ArtifactId

ArtifactId

nifty-html
Version

Version

1.4.2
Type

Type

jar

Download nifty-html 1.4.2


<!-- https://jarcasting.com/artifacts/com.github.nifty-gui/nifty-html/ -->
<dependency>
    <groupId>com.github.nifty-gui</groupId>
    <artifactId>nifty-html</artifactId>
    <version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nifty-gui/nifty-html/
implementation 'com.github.nifty-gui:nifty-html:1.4.2'
// https://jarcasting.com/artifacts/com.github.nifty-gui/nifty-html/
implementation ("com.github.nifty-gui:nifty-html:1.4.2")
'com.github.nifty-gui:nifty-html:jar:1.4.2'
<dependency org="com.github.nifty-gui" name="nifty-html" rev="1.4.2">
  <artifact name="nifty-html" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nifty-gui', module='nifty-html', version='1.4.2')
)
libraryDependencies += "com.github.nifty-gui" % "nifty-html" % "1.4.2"
[com.github.nifty-gui/nifty-html "1.4.2"]