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

8 lines
374 B
Groovy

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