| commit | 16f40d3639f73c16233ffa0178af7a3f70b8968b | [log] [tgz] |
|---|---|---|
| author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Sun Oct 20 07:43:28 2024 +0000 |
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sun Oct 20 07:43:28 2024 +0000 |
| tree | 90805db4a93d1cc3fbad625039aaabd5687f1af6 | |
| parent | 2d3a9150b9ebdcca985921af328c6254e5e3e4b8 [diff] | |
| parent | 89b8e1422058cb7f50601c50430a5f51696b8bb6 [diff] |
Merge "Add apex_available for the library" into main am: 89b8e14220 Original change: https://android-review.googlesource.com/c/platform/external/apache-commons-compress/+/3311302 Change-Id: Ia659ba247d87375aba861217f39c65c55c8d8a45 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Apache Commons Compress software defines an API for working with compression and archive formats. These include: bzip2, gzip, pack200, lzma, xz, Snappy, traditional Unix Compress, DEFLATE, DEFLATE64, LZ4, Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
More information can be found on the Apache Commons Compress homepage. The Javadoc can be browsed. Questions related to the usage of Apache Commons Compress should be posted to the user mailing list.
You can download source and binaries from our download page.
Alternatively you can pull it from the central Maven repositories:
<dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> <version>1.18</version> </dependency>
We accept Pull Requests via GitHub. The developer mailing list is the main channel of communication for contributors. There are some guidelines which will make applying PRs easier for us:
mvn clean test.If you plan to contribute on a regular basis, please consider filing a contributor license agreement. You can learn more about contributing via GitHub in our contribution guidelines.
This code is under the Apache Licence v2.
See the NOTICE.txt file for required notices and attributions.
You like Apache Commons Compress? Then donate back to the ASF to support the development.
#apache-commons IRC channel on irc.freenode.org