graphics/graphics-barcode/build.gradle

10 lines
404 B
Groovy

dependencies {
api project(':graphics-zxing')
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.reflections
}