Codebase list libjdom2-intellij-java / upstream/2.0.6+git20180529 build.gradle
upstream/2.0.6+git20180529

Tree @upstream/2.0.6+git20180529 (Download .tar.gz)

build.gradle @upstream/2.0.6+git20180529

c07e532
 
 
 
 
 
 
1
2
3
4
5
6
7
allprojects {
    apply plugin: 'java'

    repositories {
        mavenCentral()
    }
}