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