- def niftyVersion = '1.4.3'
- dependencies {
- api project(':jme3-core')
- api "com.github.nifty-gui:nifty:${niftyVersion}"
- api "com.github.nifty-gui:nifty-default-controls:${niftyVersion}"
- runtimeOnly "com.github.nifty-gui:nifty-style-black:${niftyVersion}"
- }
|