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

17 lines
671 B
Groovy

dependencies {
api project(':netty-handler-codec')
implementation project(':netty-bzip2')
implementation project(':netty-zlib')
implementation libs.brotli4j
implementation libs.jzlib
implementation libs.lz4
implementation libs.lzf
implementation libs.zstd
testImplementation testLibs.commons.compress
testImplementation testLibs.mockito.core
testRuntimeOnly testLibs.brotli4j.native.linux.x8664
testRuntimeOnly testLibs.brotli4j.native.linux.aarch64
testRuntimeOnly testLibs.brotli4j.native.osx.x8664
testRuntimeOnly testLibs.brotli4j.native.osx.aarch64
testRuntimeOnly testLibs.brotli4j.native.windows.x8664
}