Registry / utility / zt-zip

zt-zip

JSON →
library1.17javamavenunverified

A small, easy-to-use Java library for creating, modifying, and extracting ZIP archives, supporting both disk and in-memory operations.

<dependency> <groupId>org.zeroturnaround</groupId> <artifactId>zt-zip</artifactId> <version>1.17</version> </dependency>
INSTALL
IMPORT
SIG · ZT-ZIP
Z
zt-zip
utilityjavav1.17
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.

ZipUtil
org.zeroturnaround.zip.ZipUtil

Pack a directory into a ZIP file or unpack a ZIP file to a directory.

import org.zeroturnaround.zip.ZipUtil; // Pack a directory into a ZIP file ZipUtil.pack(new File("/path/to/dir"), new File("/path/to/output.zip")); // Unpack a ZIP file to a directory ZipUtil.unpack(new File("/path/to/archive.zip"), new File("/path/to/output"));
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.17latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
30
Resources
zt-zip — mvn dependency:get zt-zip · libregistry