is not current version
Last Version 1.4.3

com.github.nifty-gui:nifty 1.4.2

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 :)

Categories

Categories

GUI User Interface
GroupId

GroupId

com.github.nifty-gui
ArtifactId

ArtifactId

nifty
Version

Version

1.4.2
Type

Type

jar

Download nifty 1.4.2


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