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')
|
2022-11-10 15:27:43 +01:00
|
|
|
api libs.datastructures.settings
|
|
|
|
runtimeOnly libs.datastructures.settings.json
|
|
|
|
runtimeOnly libs.datastructures.settings.yaml
|
2020-11-10 09:32:04 +01:00
|
|
|
}
|