netty/netty-handler-ssl-bouncycastle/build.gradle

8 lines
196 B
Groovy
Raw Permalink Normal View History

dependencies {
api project(':netty-buffer')
api project(':netty-handler-codec')
api project(':netty-handler-ssl')
api project(':netty-util')
implementation libs.bouncycastle
}