Codebase list libjdom2-intellij-java / 83b86f71-beb0-4228-9788-95ce7f1371c0/main contrib / build.gradle
83b86f71-beb0-4228-9788-95ce7f1371c0/main

Tree @83b86f71-beb0-4228-9788-95ce7f1371c0/main (Download .tar.gz)

build.gradle @83b86f71-beb0-4228-9788-95ce7f1371c0/mainraw · history · blame

dependencies {
    compile project(':core')
    compile 'junit:junit:4.12'
    compile 'isorelax:isorelax:20030108'
    compile 'xerces:xercesImpl:2.11.0'
    compile 'xalan:xalan:2.7.2'
}

sourceSets {
    main {
        java {
            srcDir 'src/java'
        }
    }
}