Download ziplet-2.0.0.jar file - Jar z

Jar examples for z:ziplet

Description

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.

You can download jar file ziplet 2.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add ziplet-2.0.0.jar to your project.

<dependency>
   <groupId>com.github.ziplet</groupId>
   <artifactId>ziplet</artifactId>
   <version>2.0.0</version>
</dependency>
compile group: 'com.github.ziplet', name: 'ziplet', version: '2.0.0'
libraryDependencies += "com.github.ziplet" % "ziplet" % "2.0.0"
<dependency org="com.github.ziplet" name="ziplet" rev="2.0.0"/>
@Grapes(@Grab(group='com.github.ziplet', module='ziplet', version='2.0.0'))
'com.github.ziplet:ziplet:jar:2.0.0'

Download

Click the following link to download the jar file.

ziplet-2.0.0-javadoc.jar
ziplet-2.0.0-sources.jar
ziplet-2.0.0.jar
ziplet-2.0.0.pom



Related Tutorials