5 lines
93 B
Groovy
5 lines
93 B
Groovy
|
dependencies {
|
||
|
api project(':netty-util')
|
||
|
testImplementation testLibs.mockito.core
|
||
|
}
|