mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-02-16 10:30:42 +00:00
14 lines
551 B
Plaintext
14 lines
551 B
Plaintext
dependencies {
|
|
api(project(":common:api"))
|
|
api(project(":common:implementation:bootstrap-addon-loader"))
|
|
|
|
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("net.jafama", "jafama", Versions.Libraries.Internal.jafama)
|
|
|
|
implementation("com.dfsek", "paralithic", Versions.Libraries.paralithic)
|
|
}
|