graphics/graphics-pdfbox/build.gradle
2024-01-03 14:42:12 +01:00

7 lines
197 B
Groovy

dependencies {
api libs.pdfbox
api project(':graphics-zxing')
runtimeOnly libs.pdfbox.jbig2
testImplementation testLibs.jfreechart
testImplementation project(':graphics-svg')
}