MVN

com.github.nifty-gui : nifty

Maven & Gradle

Dec 27, 2018
21 usages
233 stars

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

<dependency>
    <groupId>com.github.nifty-gui</groupId>
    <artifactId>nifty</artifactId>
    <version>1.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.nifty-gui : nifty to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.3

All Versions

Choose a version of com.github.nifty-gui : nifty to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
nifty-1.4.3
nifty-1.4.2

How to add a dependency to Maven

Add the following com.github.nifty-gui : nifty maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.nifty-gui</groupId>
    <artifactId>nifty</artifactId>
    <version>1.4.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.nifty-gui : nifty gradle dependency to your build.gradle file:

implementation 'com.github.nifty-gui:nifty:1.4.3'

Gradle Kotlin DSL: Add the following com.github.nifty-gui : nifty gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.nifty-gui:nifty:1.4.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.nifty-gui : nifty sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.nifty-gui" % "nifty" % "1.4.3"

Advertisement

Dependencies from Group

Dec 27, 2018
21 usages
233 stars
Dec 27, 2018
9 usages
233 stars
Dec 27, 2018
9 usages
233 stars
Dec 27, 2018
6 usages
233 stars
Dec 27, 2018
2 usages
233 stars

Discover Dependencies

Oct 19, 2022
6 usages
3 stars
Mar 17, 2017
3 usages
3 stars
Apr 29, 2016
1 stars
Jul 17, 2023
21 usages
1.7k stars
wix
Sep 04, 2018
0 stars