7 lines
145 B
Groovy
7 lines
145 B
Groovy
dependencies {
|
|
implementation(group: 'com.github.oshi', name: 'oshi-core', version: "5.7.3") {
|
|
exclude(group: "org.slf4j")
|
|
}
|
|
}
|
|
|