aboutsummaryrefslogtreecommitdiffstats
path: root/demo_gradle/api/build.gradle
blob: 774655d5f31be69c892711b634ade5ad85078efe (plain)
1
2
3
4
5
dependencies {
  compile 'ro.fortsoft.pf4j:pf4j:1.3.0'
  compile 'org.apache.commons:commons-lang3:3.0'
  testCompile group: 'junit', name: 'junit', version: '4.+'
}