oai/oai-client/build.gradle

5 lines
256 B
Groovy

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')}"
}