7 lines
133 B
Plaintext
7 lines
133 B
Plaintext
dependencies {
|
|
implementation(libs.javaosc.core) {
|
|
exclude(group = "org.slf4j")
|
|
exclude(group = "log4j")
|
|
}
|
|
}
|