2016-10-03 14:25:26 +02:00
|
|
|
dependencies {
|
2021-05-15 20:03:23 +02:00
|
|
|
api project(':content-api')
|
2020-09-12 23:24:42 +02:00
|
|
|
api "org.xbib:datastructures-tiny:${project.property('xbib-datastructures-tiny.version')}"
|
2021-05-15 20:03:23 +02:00
|
|
|
implementation "com.fasterxml.jackson.core:jackson-core:${project.property('jackson.version')}"
|
2016-10-03 14:25:26 +02:00
|
|
|
}
|