JNativeCopy is a Java wrapper for the native zip and unzip command line utility for Linux and Mac.
Add the following dependency to your pom.xml
file:
<dependency>
<groupId>com.ultramixer</groupId>
<artifactId>JNativeCopy</artifactId>
<version>1.0.0</version>
</dependency>
Check the release page to get the latest distribution.
Take a look at ./docs/index.html (Currently outdated. Sorry.)
- first version
Licensed under Apache License v2.0
# JNativeCopy