oai/oai-client/build.gradle

8 lines
442 B
Groovy
Raw Permalink Normal View History

2016-11-10 13:30:42 +01:00
dependencies {
api project(':oai-common')
api "org.xbib:netty-http-client:${project.property('xbib-netty-http.version')}"
implementation "io.netty:netty-tcnative-boringssl-static:${project.property('tcnative.version')}"
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
}