Skip to content
Snippets Groups Projects
Forked from IF3110 / TugasBesar3_2017
51 commits ahead of the upstream repository.
build.gradle 335 B
plugins {
    id 'java'
    id 'war'
}

dependencies {
    compile fileTree(include: ['*.jar'], dir: 'libs')

    // https://mvnrepository.com/artifact/junit/junit
    testCompile 'junit:junit:4.12'
    // https://mvnrepository.com/artifact/javax.servlet/javax.servlet-api
    providedCompile 'javax.servlet:javax.servlet-api:4.0.0'
}