netty/netty-handler-codec-quic/build.gradle

6 lines
156 B
Groovy
Raw Normal View History

dependencies {
api project(':netty-handler-ssl')
implementation project(':netty-channel-epoll')
implementation project(':netty-channel-unix')
}