build.gradle 243 B

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