z3950/z3950-client/build.gradle

5 lines
178 B
Groovy
Raw Normal View History

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