graphics/graphics-pdfbox-layout/build.gradle
2021-12-13 21:21:39 +01:00

8 lines
412 B
Groovy

dependencies {
api project(':graphics-pdfbox')
api project(':graphics-barcode')
api project(':graphics-chart')
api "org.xbib:settings-datastructures:${project.property('xbib-content.version')}"
runtimeOnly "org.xbib:settings-datastructures-json:${project.property('xbib-content.version')}"
runtimeOnly "org.xbib:settings-datastructures-yaml:${project.property('xbib-content.version')}"
}