(JUnitのを含む)のGradle初期依存倉庫

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')

おすすめ

転載: www.cnblogs.com/littlepage/p/12527405.html
おすすめ