Files
orx/orx-jvm/orx-osc/build.gradle.kts

7 lines
133 B
Plaintext

dependencies {
implementation(libs.javaosc.core) {
exclude(group = "org.slf4j")
exclude(group = "log4j")
}
}