graphics/graphics-barcode/build.gradle
2023-12-04 20:53:12 +01:00

10 lines
407 B
Groovy

dependencies {
testImplementation project(':graphics-vector')
testImplementation project(':graphics-vector-eps')
testImplementation project(':graphics-vector-pdf')
testImplementation project(':graphics-vector-svg')
testImplementation testLibs.junit.jupiter.params
testImplementation testLibs.junit4
testImplementation testLibs.zxing
testImplementation testLibs.reflections
}