dependencies { api project(':netty-handler-codec') implementation project(':netty-bzip2') implementation project(':netty-zlib') implementation libs.brotli4j 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 }