10 lines
391 B
Groovy
10 lines
391 B
Groovy
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
|
|
}
|