1 2 3 4 5 6 7 8 9 10
apply plugin: "java" repositories { mavenCentral() } dependencies { compile 'org.json:json:20151123' testCompile 'junit:junit:4.12' }