graphics/graphics-pdfbox/build.gradle

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