netty/netty-util/build.gradle

6 lines
136 B
Groovy
Raw Normal View History

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