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