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

6 lines
189 B
Groovy

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