graphics/graphics-pdfbox/build.gradle

9 lines
231 B
Groovy
Raw Normal View History

2020-11-03 18:11:04 +01:00
dependencies {
api libs.pdfbox
2023-12-06 16:33:37 +01:00
api project(':graphics-zxing')
2024-01-03 14:42:12 +01:00
runtimeOnly libs.pdfbox.jbig2
2024-02-19 16:01:17 +01:00
runtimeOnly libs.jai.jpeg2000
2023-12-04 20:53:12 +01:00
testImplementation testLibs.jfreechart
testImplementation project(':graphics-svg')
}