6 lines
230 B
Groovy
6 lines
230 B
Groovy
dependencies {
|
|
api project(':settings-api')
|
|
api project(':content-core')
|
|
api "org.xbib:datastructures-tiny:${project.property('xbib-datastructures.version')}"
|
|
testImplementation project(":settings-content-json")
|
|
}
|