graphics/graphics-pdfbox/build.gradle

6 lines
124 B
Groovy
Raw Normal View History

2020-11-03 18:11:04 +01:00
dependencies {
api libs.pdfbox
testImplementation libs.jfreechart
testImplementation project(':graphics-svg')
}