mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-04 14:56:28 +00:00
14 lines
584 B
Plaintext
14 lines
584 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)
|
|
|
|
implementation("org.ow2.asm", "asm", Versions.Libraries.Internal.asm)
|
|
}
|