Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 744 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 744 Bytes

JNativeZip

JNativeZip is a Java wrapper for the native zip and unzip command line utility for Linux and Mac.

Releases

Maven

Add the following dependency to your pom.xml file:

<dependency>
    <groupId>com.ultramixer</groupId>
    <artifactId>JNativeZip</artifactId>
    <version>1.0.0</version>
</dependency>

Download

Check the release page to get the latest distribution.

Documentation

Take a look at ./docs/index.html (Currently outdated. Sorry.)

ChangeLog

Version 1.0.0 (2016-06-27)

  • first version

License

Licensed under Apache License v2.0