content/content-settings-datastructures/build.gradle

5 lines
196 B
Groovy
Raw Normal View History

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