mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-18 14:20:02 +00:00
15 lines
447 B
Plaintext
15 lines
447 B
Plaintext
repositories {
|
|
maven { url = uri("https://jitpack.io/") }
|
|
}
|
|
|
|
dependencies {
|
|
shadedApi("commons-io:commons-io:2.6")
|
|
shadedApi("com.github.Querz:NBT:6.1")
|
|
shadedApi(project(":common:implementation:base"))
|
|
|
|
shadedImplementation("com.google.guava:guava:31.0.1-jre")
|
|
|
|
shadedImplementation("ch.qos.logback:logback-classic:1.2.7")
|
|
|
|
shadedImplementation("net.jafama", "jafama", Versions.Libraries.Internal.jafama)
|
|
} |