11 lines
280 B
Groovy
Raw Permalink Normal View History

2025-03-15 00:41:01 +05:00
plugins {
id 'java'
}
dependencies {
implementation "org.slf4j:slf4j-api:${slf4jVersion}"
testImplementation "junit:junit:${junitVersion}"
testImplementation "org.mockito:mockito-core:${mockitoVersion}"
testRuntimeOnly "org.slf4j:slf4j-nop:${slf4jVersion}"
}