English |
Русский
A Java console application for safely and conveniently unpacking ZIP archives with support for Windows notifications.
java -jar simple-unzipper.jar <path-to-archive.zip>- Add the JitPack repository to your
pom.xml
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>- Add the dependency
<dependency>
<groupId>com.github.KvaytG</groupId>
<artifactId>simple-unzipper</artifactId>
<version>-SNAPSHOT</version>
</dependency>Optional: to use a specific version, tag a release and replace -SNAPSHOT with the tag name.
This project is archived and is no longer maintained.
No new features or bug fixes will be implemented.
Use at your own risk.
Licensed under the PolyForm Noncommercial license.
This project uses open-source components. For license details see pom.xml and dependencies' official websites.