mirror of
https://github.com/array-in-a-matrix/brainwine.git
synced 2025-04-02 11:11:58 -04:00
14 lines
No EOL
411 B
Groovy
14 lines
No EOL
411 B
Groovy
apply plugin: 'java-library'
|
|
|
|
repositories {
|
|
jcenter()
|
|
}
|
|
|
|
dependencies {
|
|
implementation project(':gameserver')
|
|
implementation 'com.google.guava:guava:29.0-jre'
|
|
implementation 'io.javalin:javalin:3.13.0'
|
|
implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.1'
|
|
implementation 'org.slf4j:slf4j-simple:1.8.0-beta4'
|
|
implementation 'org.simplejavamail:simple-java-mail:6.5.0'
|
|
} |