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

7 lines
189 B
Groovy
Raw Permalink Normal View History

dependencies {
api project(':netty-handler-codec-http')
implementation project(':netty-zlib')
testImplementation testLibs.assertj
testImplementation testLibs.mockito.core
}