netty/netty-buffer/build.gradle

6 lines
133 B
Groovy
Raw Normal View History

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