graphics/barcode/build.gradle

11 lines
503 B
Groovy
Raw Normal View History

dependencies {
testImplementation project(':io-vector')
2020-11-09 00:11:22 +01:00
testImplementation project(':io-vector-eps')
testImplementation project(':io-vector-pdf')
testImplementation project(':io-vector-svg')
testImplementation "org.junit.jupiter:junit-jupiter-params:5.7.0"
testImplementation "junit:junit:4.12"
testImplementation "com.google.zxing:javase:${project.property('zxing.version')}"
testImplementation "org.reflections:reflections:${project.property('reflections.version')}"
}