oai/oai-client/build.gradle

9 lines
434 B
Groovy
Raw Permalink Normal View History

2016-11-10 13:30:42 +01:00
dependencies {
compile project(':oai-common')
2019-08-08 01:05:54 +02:00
compile "org.xbib:netty-http-client:${project.property('xbib-netty-http.version')}"
testCompile "io.netty:netty-tcnative-boringssl-static:${project.property('tcnative.version')}"
testCompile "org.xbib:marc:${project.property('xbib-marc.version')}"
testCompile "org.xbib:bibliographic-character-sets:${project.property('xbib-bibliographic-character-sets.version')}"
2016-11-10 13:30:42 +01:00
}