build.gradle 184 B

123456
  1. def niftyVersion = '1.4.3'
  2. dependencies {
  3. runtimeOnly "com.github.nifty-gui:nifty-examples:$niftyVersion"
  4. runtimeOnly "com.github.nifty-gui:nifty-style-black:$niftyVersion"
  5. }