graphics/graphics-pdfbox-layout/build.gradle

8 lines
377 B
Groovy
Raw Normal View History

dependencies {
api project(':graphics-pdfbox')
api project(':graphics-barcode')
2021-12-03 16:15:43 +01:00
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')}"
}