graphics/graphics-pdfbox/build.gradle

6 lines
163 B
Groovy

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