8 lines
359 B
Groovy
8 lines
359 B
Groovy
|
dependencies {
|
||
|
compile project(':elx-api')
|
||
|
compile "org.xbib:guice:${project.property('xbib-guice.version')}"
|
||
|
runtime "com.vividsolutions:jts:${project.property('jts.version')}"
|
||
|
runtime "com.github.spullara.mustache.java:compiler:${project.property('mustache.version')}"
|
||
|
runtime "net.java.dev.jna:jna:${project.property('jna.version')}"
|
||
|
}
|