| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.sourceforge.pjl-comp-filter |
| Идентификатор | Идентификаторpjl-comp-filter |
| Последняя версия | Последняя версия1.7 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеPJL Compressing Filter
A J2EE servlet filter which compresses data written to the response. It supports several algorithms (gzip, deflate, etc.) and emphasizes minimal memory usage and high throughput. Also provides detailed performance stats.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| pjl-comp-filter-1.7.pom | |
| pjl-comp-filter-1.7.jar | 55 KB |
| pjl-comp-filter-1.7-sources.jar | 34 KB |
| pjl-comp-filter-1.7-javadoc.jar | 47 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sourceforge.pjl-comp-filter/pjl-comp-filter/ -->
<dependency>
<groupId>net.sourceforge.pjl-comp-filter</groupId>
<artifactId>pjl-comp-filter</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.pjl-comp-filter/pjl-comp-filter/
implementation 'net.sourceforge.pjl-comp-filter:pjl-comp-filter:1.7'
// https://jarcasting.com/artifacts/net.sourceforge.pjl-comp-filter/pjl-comp-filter/
implementation ("net.sourceforge.pjl-comp-filter:pjl-comp-filter:1.7")
'net.sourceforge.pjl-comp-filter:pjl-comp-filter:jar:1.7'
<dependency org="net.sourceforge.pjl-comp-filter" name="pjl-comp-filter" rev="1.7">
<artifact name="pjl-comp-filter" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.pjl-comp-filter', module='pjl-comp-filter', version='1.7')
)
libraryDependencies += "net.sourceforge.pjl-comp-filter" % "pjl-comp-filter" % "1.7"
[net.sourceforge.pjl-comp-filter/pjl-comp-filter "1.7"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| commons-logging : commons-logging | jar | 1.1.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |