mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-04 00:45:57 +00:00
13 lines
585 B
Plaintext
13 lines
585 B
Plaintext
dependencies {
|
|
shadedApi(project(":common:api"))
|
|
shadedApi(project(":common:implementation:bootstrap-addon-loader"))
|
|
|
|
shadedImplementation("commons-io", "commons-io", Versions.Libraries.Internal.apacheIO)
|
|
|
|
shadedImplementation("org.apache.commons", "commons-text", Versions.Libraries.Internal.apacheText)
|
|
shadedImplementation("com.dfsek.tectonic", "yaml", Versions.Libraries.tectonic)
|
|
|
|
shadedImplementation("net.jafama", "jafama", Versions.Libraries.Internal.jafama)
|
|
shadedImplementation("org.ow2.asm", "asm", Versions.Libraries.Internal.asm)
|
|
}
|