is not current version
Last Version 2.4.1

com.github.ziplet:ziplet 2.0.0

his 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.

GroupId

GroupId

com.github.ziplet
ArtifactId

ArtifactId

ziplet
Version

Version

2.0.0
Type

Type

jar

Download ziplet 2.0.0


<!-- https://jarcasting.com/artifacts/com.github.ziplet/ziplet/ -->
<dependency>
    <groupId>com.github.ziplet</groupId>
    <artifactId>ziplet</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ziplet/ziplet/
implementation 'com.github.ziplet:ziplet:2.0.0'
// https://jarcasting.com/artifacts/com.github.ziplet/ziplet/
implementation ("com.github.ziplet:ziplet:2.0.0")
'com.github.ziplet:ziplet:jar:2.0.0'
<dependency org="com.github.ziplet" name="ziplet" rev="2.0.0">
  <artifact name="ziplet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ziplet', module='ziplet', version='2.0.0')
)
libraryDependencies += "com.github.ziplet" % "ziplet" % "2.0.0"
[com.github.ziplet/ziplet "2.0.0"]