mirror of
https://github.com/tursom/TursomServer.git
synced 2025-03-23 08:00:06 +08:00
11 lines
326 B
Plaintext
11 lines
326 B
Plaintext
dependencies {
|
|
implementation(project(":"))
|
|
compileOnly(group = "com.google.code.gson", name = "gson", version = "2.8.9")
|
|
compileOnly(group = "com.fasterxml.jackson.core", name = "jackson-core", version = "2.15.3")
|
|
compileOnly(group = "com.fasterxml.jackson.core", name = "jackson-databind", version = "2.15.3")
|
|
}
|
|
|
|
|
|
|
|
|