oai/oai-common/build.gradle

6 lines
247 B
Groovy
Raw Permalink Normal View History

2016-11-10 13:30:42 +01:00
dependencies {
api "org.xbib:content-rdf:${project.property('xbib-content.version')}"
api "org.xbib:content-resource:${project.property('xbib-content.version')}"
api "org.xbib:content-xml:${project.property('xbib-content.version')}"
2016-11-10 13:30:42 +01:00
}