graphics/graphics-pdfbox-layout/build.gradle

13 lines
444 B
Groovy
Raw 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.settings.api
testImplementation testLibs.settings.json
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')
}