oai/oai-client/build.gradle

6 lines
256 B
Groovy
Raw Permalink Normal View History

2016-11-10 13:30:42 +01:00
dependencies {
api project(':oai-common')
testImplementation "org.xbib:marc:${project.property('xbib-marc.version')}"
testImplementation "org.xbib:bibliographic-character-sets:${project.property('xbib-bibliographic-character-sets.version')}"
2016-11-10 13:30:42 +01:00
}