Registry / utility / zip4j
library2.11.6javamavenunverified

A Java library for creating, extracting, and manipulating zip files and streams.

<dependency> <groupId>net.lingala.zip4j</groupId> <artifactId>zip4j</artifactId> <version>2.11.6</version> </dependency>
INSTALL
IMPORT
SIG · ZIP4J
Z
zip4j
utilityjavav2.11.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ZipFile
net.lingala.zip4j.ZipFile

Extracts all files from a zip archive.

import net.lingala.zip4j.ZipFile; public class Example { public static void main(String[] args) throws Exception { new ZipFile("archive.zip").extractAll("/output"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.11.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
40 hits · last 30 days
node
34
Resources
zip4j — mvn dependency:get zip4j · libregistry