Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-unzipper

US English | RU Русский

Java 8 PolyForm License

A Java console application for safely and conveniently unpacking ZIP archives with support for Windows notifications.

📚 Usage

java -jar simple-unzipper.jar <path-to-archive.zip>

⚙️ Installation (Maven)

  1. Add the JitPack repository to your pom.xml
<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>
  1. 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.

⚠️ Notice

This project is archived and is no longer maintained.
No new features or bug fixes will be implemented.
Use at your own risk.

📜 License

Licensed under the PolyForm Noncommercial license.

This project uses open-source components. For license details see pom.xml and dependencies' official websites.

About

[ARCHIVED] A Java console application for safely and conveniently unpacking ZIP archives with support for Windows notifications.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages