build.gradle 271 B

12345678
  1. def niftyVersion = '1.4.3'
  2. dependencies {
  3. api project(':jme3-core')
  4. api "com.github.nifty-gui:nifty:${niftyVersion}"
  5. api "com.github.nifty-gui:nifty-default-controls:${niftyVersion}"
  6. runtimeOnly "com.github.nifty-gui:nifty-style-black:${niftyVersion}"
  7. }