datastructures/datastructures-validation/build.gradle

5 lines
284 B
Groovy
Raw Normal View History

2022-04-16 09:19:47 +02:00
dependencies {
api "org.xbib:jsr-305:${project.property('jsr305.version')}"
testImplementation "org.assertj:assertj-core:${project.property('assertj.version')}"
testImplementation "com.google.testing.compile:compile-testing:${project.property('google-testing.version')}"
}