Download nifty-3.0.0.20130526.jar file - Jar n

Jar examples for n:nifty

Description

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

You can download jar file nifty 3.0.0.20130526 in this page.

License

BSD

Build File

You can use the following script to add nifty-3.0.0.20130526.jar to your project.

<dependency>
   <groupId>net.sf.sociaal</groupId>
   <artifactId>nifty</artifactId>
   <version>3.0.0.20130526</version>
</dependency>
compile group: 'net.sf.sociaal', name: 'nifty', version: '3.0.0.20130526'
libraryDependencies += "net.sf.sociaal" % "nifty" % "3.0.0.20130526"
<dependency org="net.sf.sociaal" name="nifty" rev="3.0.0.20130526"/>
@Grapes(@Grab(group='net.sf.sociaal', module='nifty', version='3.0.0.20130526'))
'net.sf.sociaal:nifty:jar:3.0.0.20130526'

Download

Click the following link to download the jar file.

nifty-3.0.0.20130526-javadoc.jar
nifty-3.0.0.20130526-sources.jar
nifty-3.0.0.20130526.jar
nifty-3.0.0.20130526.pom



Related Tutorials