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')}"
|
|
|
|
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
|
|
|
}
|