You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
elx/elx-common/build.gradle

9 lines
450 B
Groovy

dependencies {
api project(':elx-api')
implementation "org.xbib:guice:${project.property('xbib-guice.version')}"
implementation "org.xbib:time:${project.property('xbib-time.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')}"
}