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.

Лицензия

Лицензия

Группа

Группа

com.github.ziplet
Идентификатор

Идентификатор

ziplet
Последняя версия

Последняя версия

2.4.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

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/ziplet/ziplet

Скачать ziplet

Как подключить последнюю версию

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.6

provided (2)

Идентификатор библиотеки Тип Версия
com.google.googlejavaformat : google-java-format jar 1.4
javax.servlet : servlet-api jar 2.5

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.8.1
com.mockrunner : mockrunner-servlet jar 1.0.0

Модули Проекта

Данный проект не имеет модулей.
com.github.ziplet

ziplet

Версии библиотеки

Версия
2.4.1
2.3.0
2.2.0
2.1.2
2.0.0