graphics/graphics-barcode/build.gradle

11 lines
407 B
Groovy
Raw Normal View History

dependencies {
testImplementation project(':graphics-vector')
testImplementation project(':graphics-vector-eps')
testImplementation project(':graphics-vector-pdf')
testImplementation project(':graphics-vector-svg')
2023-12-04 20:53:12 +01:00
testImplementation testLibs.junit.jupiter.params
testImplementation testLibs.junit4
testImplementation testLibs.zxing
testImplementation testLibs.reflections
}