mirror of
https://github.com/array-in-a-matrix/brainwine.git
synced 2025-04-02 11:11:58 -04:00
18 lines
No EOL
585 B
Groovy
18 lines
No EOL
585 B
Groovy
apply plugin: 'java-library'
|
|
|
|
repositories {
|
|
jcenter()
|
|
mavenCentral()
|
|
}
|
|
|
|
dependencies {
|
|
api 'org.apache.logging.log4j:log4j-api:2.14.0'
|
|
implementation 'com.google.guava:guava:29.0-jre'
|
|
implementation 'org.apache.logging.log4j:log4j-core:2.14.0'
|
|
implementation 'org.msgpack:msgpack:0.6.12'
|
|
implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.1'
|
|
implementation 'org.yaml:snakeyaml:1.27'
|
|
implementation 'org.reflections:reflections:0.9.12'
|
|
implementation 'io.netty:netty-all:4.1.58.Final'
|
|
implementation 'org.mindrot:jbcrypt:0.4'
|
|
} |