graphics/graphics-barcode/build.gradle

11 lines
391 B
Groovy
Raw Permalink Normal View History

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