2019-02-18 17:21:57 +01:00
|
|
|
dependencies {
|
2020-05-22 14:04:42 +02:00
|
|
|
api project(':elx-api')
|
|
|
|
implementation "org.xbib:guice:${project.property('xbib-guice.version')}"
|
2021-04-19 11:44:37 +02:00
|
|
|
implementation "org.xbib:time:${project.property('xbib-time.version')}"
|
2020-05-22 14:04:42 +02:00
|
|
|
runtimeOnly "com.vividsolutions:jts:${project.property('jts.version')}"
|
|
|
|
runtimeOnly "com.github.spullara.mustache.java:compiler:${project.property('mustache.version')}"
|
|
|
|
runtimeOnly "net.java.dev.jna:jna:${project.property('jna.version')}"
|
2019-02-18 17:21:57 +01:00
|
|
|
}
|