2021-05-15 20:03:23 +02:00
|
|
|
dependencies {
|
2021-10-13 17:32:29 +02:00
|
|
|
api project(':settings-api')
|
2021-05-15 20:03:23 +02:00
|
|
|
api project(':content-core')
|
2021-10-12 11:48:29 +02:00
|
|
|
api "org.xbib:datastructures-tiny:${project.property('xbib-datastructures.version')}"
|
2021-10-13 17:32:29 +02:00
|
|
|
testImplementation project(":settings-content-json")
|
2021-05-15 20:03:23 +02:00
|
|
|
}
|