graphics/graphics-barcode/build.gradle

11 lines
404 B
Groovy
Raw Permalink Normal View History

dependencies {
2023-12-06 16:33:37 +01:00
api project(':graphics-zxing')
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.reflections
}