Download nifty-examples-1.4.2.jar file - Jar n

Jar examples for n:nifty-examples

Description

Lots of Nifty example code! You can find the source for nearly all demos/tutorials in here.

You can download jar file nifty-examples 1.4.2 in this page.

License

Apache License

Build File

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

<dependency>
   <groupId>com.github.nifty-gui</groupId>
   <artifactId>nifty-examples</artifactId>
   <version>1.4.2</version>
</dependency>
compile group: 'com.github.nifty-gui', name: 'nifty-examples', version: '1.4.2'
libraryDependencies += "com.github.nifty-gui" % "nifty-examples" % "1.4.2"
<dependency org="com.github.nifty-gui" name="nifty-examples" rev="1.4.2"/>
@Grapes(@Grab(group='com.github.nifty-gui', module='nifty-examples', version='1.4.2'))
'com.github.nifty-gui:nifty-examples:jar:1.4.2'

Download

Click the following link to download the jar file.

nifty-examples-1.4.2-javadoc.jar
nifty-examples-1.4.2-sources.jar
nifty-examples-1.4.2.jar
nifty-examples-1.4.2.pom



Related Tutorials