z

ziplet

This filter can, based on HTTP headers in a HttpServletRequest, compress data written to the HttpServletResponse, or decompress data read from the request. When supported by the client browser, this can potentially greatly reduce the number of bytes written across the network from and to the client. As a Filter, this class can also be easily added to any J2EE 1.3+ web application.
https://github.com/f43nd1r/ziplet
The Apache Software License, Version 2.0
Federico Gaule Federico Donnarumma
Files download
File Operation
ziplet-2.5.2.jar download
ziplet-2.5.2.pom download
ziplet-2.5.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.faendir.ziplet</groupId>
  <artifactId>ziplet</artifactId>
  <version>2.5.2</version>
</dependency>
Gradle Groovy
implementation 'com.faendir.ziplet:ziplet:2.5.2'
Gradle Kotlin
implementation("com.faendir.ziplet:ziplet:2.5.2")
Scala SBT
libraryDependencies += "com.faendir.ziplet" % "ziplet" % "2.5.2"
Groovy Grape
@Grapes(
  @Grab(group='com.faendir.ziplet', module='ziplet', version='2.5.2')
)
Apache Ivy
<dependency org="com.faendir.ziplet" name="ziplet" rev="2.5.2" />
Leiningen
[com.faendir.ziplet/ziplet "2.5.2"]
Apache Buildr
'com.faendir.ziplet:ziplet:jar:2.5.2'