4 lines
96 B
Groovy
4 lines
96 B
Groovy
dependencies {
|
|
api project(':netty-channel')
|
|
testImplementation testLibs.mockito.core
|
|
}
|