graphics/graphics-pdfbox/build.gradle

9 lines
241 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
runtimeOnly project(':graphics-opencv')
2023-12-04 20:53:12 +01:00
testImplementation testLibs.jfreechart
testImplementation project(':graphics-svg')
}