5 lines
196 B
Groovy
5 lines
196 B
Groovy
|
dependencies {
|
||
|
api "org.xbib:datastructures-api:${project.property('xbib-datastructures.version')}"
|
||
|
api "org.xbib:datastructures-tiny:${project.property('xbib-datastructures.version')}"
|
||
|
}
|