mirror of
https://github.com/array-in-a-matrix/brainwine.git
synced 2025-04-02 11:11:58 -04:00
17 lines
505 B
Groovy
17 lines
505 B
Groovy
plugins {
|
|
id 'java-library'
|
|
}
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
|
|
dependencies {
|
|
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.3'
|
|
implementation 'org.apache.logging.log4j:log4j-slf4j2-impl:2.19.0'
|
|
api 'org.apache.logging.log4j:log4j-core:2.19.0'
|
|
api 'org.apache.logging.log4j:log4j-api:2.19.0'
|
|
api 'com.fasterxml.jackson.core:jackson-databind:2.13.3'
|
|
api 'commons-validator:commons-validator:1.7'
|
|
api 'org.apache.commons:commons-text:1.9'
|
|
}
|