gradle初始仓库依赖(含junit)

testImplementation('org.junit.jupiter:junit-jupiter-api:5.4.2')
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.9'
testRuntime('org.junit.jupiter:junit-jupiter-engine:5.4.2')
posted @ 2020-03-19 21:38  SteveYu  阅读(914)  评论(0编辑  收藏  举报