8 lines
231 B
Groovy
8 lines
231 B
Groovy
dependencies {
|
|
api libs.pdfbox
|
|
api project(':graphics-zxing')
|
|
runtimeOnly libs.pdfbox.jbig2
|
|
runtimeOnly libs.jai.jpeg2000
|
|
testImplementation testLibs.jfreechart
|
|
testImplementation project(':graphics-svg')
|
|
}
|