graphics/graphics-pdfbox-layout/build.gradle

12 lines
455 B
Groovy

dependencies {
api project(':graphics-pdfbox')
api project(':graphics-barcode')
api project(':graphics-chart')
api project(':graphics-fonts')
api libs.datastructures.settings
runtimeOnly libs.datastructures.settings.json
runtimeOnly libs.datastructures.settings.yaml
testRuntimeOnly project(':graphics-fonts-latin')
testRuntimeOnly project(':graphics-fonts-hebrew')
testRuntimeOnly project(':graphics-fonts-cjk')
}