Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 977 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 977 Bytes

Nifty GUI

A fork with modern Java compilation and some fixes.

Please see this comment nifty-gui#474 (comment) for the current state of this project.

Nifty is available in the Maven central:

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

To use SNAPSHOT builds of Nifty you'll still need to add the Sonatype snapshots repositories to your pom.xml.

  <repositories>
    <!-- only needed for snapshot builds starting with 1.4.4-SNAPSHOT -->
    <repository>
      <id>ossrh</id>
      <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
    </repository>
  </repositories>

Stories in Ready

Throughput Graph