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