Files
orx/orx-jvm/orx-osc/build.gradle
2022-03-27 10:08:14 +02:00

8 lines
183 B
Groovy

dependencies {
def withoutSlf4j = {
exclude group: 'org.slf4j'
exclude group: 'log4j'
}
implementation "com.illposed.osc:javaosc-core:0.8", withoutSlf4j
}