netty/netty-handler-codec/build.gradle

4 lines
96 B
Groovy

dependencies {
api project(':netty-channel')
testImplementation testLibs.mockito.core
}