All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by compress with all dependencies

Search JAR files by class name

ziplet from group com.faendir.ziplet (version 2.5.2)

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.

Group: com.faendir.ziplet Artifact: ziplet
Show all versions Show documentation Show source 
 

0 downloads
Artifact ziplet
Group com.faendir.ziplet
Version 2.5.2
Last update 07. October 2023
Organization not specified
URL https://github.com/f43nd1r/ziplet
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!

jwat-tools from group org.jwat (version 0.7.1)

JWAT-Tools uses the available JWAT libraries to make high level tasks available either from command-line or programmatically. Common tasks include: Test, Compress, Decompress, CDX, Arc2Warc. More specialised tasks include: Changed, ContainerMD, Delete, Extract, Interval, PathIndex, Unpack, Headers2CDX.

Group: org.jwat Artifact: jwat-tools
Show all versions Show documentation Show source 
 

0 downloads
Artifact jwat-tools
Group org.jwat
Version 0.7.1
Last update 12. May 2023
Organization not specified
URL http://jwat.org/
License Apache License, Version 2.0
Dependencies amount 10
Dependencies jwat-common, jwat-gzip, jwat-arc, jwat-warc, jwat-archive, common-cli, common-json, common-datastructures, jna, openwayback-core,
There are maybe transitive dependencies!

ziplet from group com.github.ziplet (version 2.4.1)

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.

Group: com.github.ziplet Artifact: ziplet
Show all versions Show documentation Show source 
 

34 downloads
Artifact ziplet
Group com.github.ziplet
Version 2.4.1
Last update 30. April 2019
Organization not specified
URL https://github.com/ziplet/ziplet
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!

pdf4me from group com.pdf4me (version 0.9.1)

The Pdf4me Client API is a maven library which connects to its highly scalable SaaS cloud service with many functionalities to solve your document and PDF requirements. The SaaS api provides expert functionality to convert, optimize, compress, produce, merge, split, ocr, enrich, archive, print documents and PDFs.

Group: com.pdf4me Artifact: pdf4me
Show all versions Show documentation Show source 
 

0 downloads
Artifact pdf4me
Group com.pdf4me
Version 0.9.1
Last update 26. February 2019
Organization not specified
URL https://dev-dev.pdf4me.com
License MIT License
Dependencies amount 10
Dependencies json, httpmime, bson, adal4j, slf4j-jdk14, bson4jackson, commons-io, swagger-annotations, gson, threetenbp,
There are maybe transitive dependencies!

libz from group com.tagtraum (version 4.0.0)

zlib is designed to be a free, general-purpose, legally unencumbered -- that is, not covered by any patents -- lossless data-compression library for use on virtually any computer hardware and operating system. The zlib data format is itself portable across platforms. Unlike the LZW compression method used in Unix compress(1) and in the GIF image format, the compression method currently used in zlib essentially never expands the data. (LZW can double or triple the file size in extreme cases.) zlib's memory footprint is also independent of the input data and can be reduced, if necessary, at some cost in compression.

Group: com.tagtraum Artifact: libz
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact libz
Group com.tagtraum
Version 4.0.0
Last update 25. April 2018
Organization Jean-loup Gailly and Mark Adler
URL http://www.zlib.net/
License zlib license
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

compress-maven-plugin from group com.github.eliayng (version 1.0.2)

配置监控信息,在web.xml中添加 <filter> <description>拦截获取js与css过滤</description> <filter-name>MergeFilter</filter-name> <filter-class>com.njzxw.filter.MergeFilter</filter-class> <init-param> <!-- js合并输出路径 --> <param-name>jsDir</param-name> <param-value>${js.path}</param-value> </init-param> <init-param> <!-- css合并输出路径 --> <param-name>cssDir</param-name> <param-value>${css.path}</param-value> </init-param> </filter> 同时添加一个合并js\css对应一个merge.xml,最好放置在同级,如: <merge> <group name="sss" > <js path="js/common/common.js" /> <js path="js/common/index.js" /> <css path="css/common/animate.css" /> <css path="css/common/normalize.css" /> </group> </merge> 访问项目:xxx/sss.js xxx/sss.css 同时配合maven插件: compress-maven-plugin结合使用: <plugin> <groupId>com.github.eliayng</groupId> <artifactId>compress-maven-plugin</artifactId> <version>1.0.0</version> <executions> <execution> <phase>compile</phase> <goals> <goal>compress</goal> </goals> </execution> </executions> <configuration> <skip>${skipCompress}</skip> <poolNum>50</poolNum> <jsOutDir>${jsOutDir}</jsOutDir> <cssOutDir>${cssOutDir}</cssOutDir> <!--是否监控编译class文件--> <isCompressClass>true</isCompressClass> <!-- 是否复制资源文件 --> <isResourcesCopy>true</isResourcesCopy> </configuration> </plugin>

Group: com.github.eliayng Artifact: compress-maven-plugin
Show all versions Show documentation Show source 
 

1 downloads
Artifact compress-maven-plugin
Group com.github.eliayng
Version 1.0.2
Last update 03. August 2017
Organization not specified
URL https://github.com/eliayng/compress-maven-plugin
License The Eliayng License, Version 1.0
Dependencies amount 5
Dependencies maven-plugin-api, maven-plugin-annotations, maven-project, yuicompressor, closure-compiler,
There are maybe transitive dependencies!



Page 16 from 16 (items total 156)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy