netty/netty-handler-codec/build.gradle

5 lines
96 B
Groovy
Raw Normal View History

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