2020-11-03 11:07:42 +01:00
|
|
|
dependencies {
|
2021-02-28 01:11:38 +01:00
|
|
|
api project(':graphics-pdfbox')
|
|
|
|
api project(':graphics-barcode')
|
2021-12-13 21:21:39 +01:00
|
|
|
api project(':graphics-chart')
|
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')}"
|
2020-11-10 09:32:04 +01:00
|
|
|
}
|