graphics/graphics-pdfbox-layout/build.gradle

14 lines
509 B
Groovy
Raw Permalink Normal View History

dependencies {
api project(':graphics-pdfbox')
api project(':graphics-barcode')
2021-12-13 21:21:39 +01:00
api project(':graphics-chart')
2025-01-21 14:59:02 +01:00
api project(':graphics-fonts')
api libs.datastructures.settings
runtimeOnly libs.datastructures.settings.json
runtimeOnly libs.datastructures.settings.yaml
testRuntimeOnly project(':graphics-fonts-arabic')
2025-01-21 14:59:02 +01:00
testRuntimeOnly project(':graphics-fonts-latin')
testRuntimeOnly project(':graphics-fonts-hebrew')
testRuntimeOnly project(':graphics-fonts-cjk')
}