content/content-settings/build.gradle

5 lines
188 B
Groovy

dependencies {
api project(':content-core')
api "org.xbib:datastructures-tiny:${project.property('xbib-datastructures.version')}"
testImplementation project(":content-json")
}