content/content-settings-datastructures/build.gradle

4 lines
139 B
Groovy

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