2017-08-14 23:00:13 +02:00
|
|
|
dependencies {
|
2020-05-19 16:06:39 +02:00
|
|
|
api "org.xbib:net-url:${project.property('xbib.net.version')}"
|
|
|
|
testImplementation "com.fasterxml.jackson.core:jackson-databind:${project.property('jackson.version')}"
|
2016-12-07 15:37:41 +01:00
|
|
|
}
|