elx/elx-common/build.gradle

9 lines
450 B
Groovy
Raw Normal View History

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