mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-01 15:37:24 +00:00
16 lines
533 B
Plaintext
16 lines
533 B
Plaintext
dependencies {
|
|
api(project(":common:api"))
|
|
api(project(":common:implementation:bootstrap-addon-loader"))
|
|
|
|
testImplementation("org.slf4j", "slf4j-api", Versions.Libraries.slf4j)
|
|
|
|
implementation("commons-io", "commons-io", Versions.Libraries.Internal.apacheIO)
|
|
|
|
implementation("org.apache.commons", "commons-text", Versions.Libraries.Internal.apacheText)
|
|
implementation("com.dfsek.tectonic", "yaml", Versions.Libraries.tectonic)
|
|
|
|
|
|
|
|
implementation("com.dfsek", "paralithic", Versions.Libraries.paralithic)
|
|
}
|