z3950/z3950-client/build.gradle

4 lines
177 B
Groovy
Raw Normal View History

dependencies {
api project(':z3950-common')
testImplementation "org.xbib:bibliographic-character-sets:${project.property('xbib-bibliographic-character-sets.version')}"
}