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

6 lines
192 B
Groovy

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