netty/netty-channel-unix/build.gradle

6 lines
115 B
Groovy
Raw Normal View History

dependencies {
api project(':netty-buffer')
api project(':netty-channel')
api project(':netty-util')
}