Download zip4j-1.2.3.jar file - Jar z

Jar examples for z:zip4j

Description

An open source java library to handle zip files

You can download jar file zip4j 1.2.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add zip4j-1.2.3.jar to your project.

<dependency>
   <groupId>net.lingala.zip4j</groupId>
   <artifactId>zip4j</artifactId>
   <version>1.2.3</version>
</dependency>
compile group: 'net.lingala.zip4j', name: 'zip4j', version: '1.2.3'
libraryDependencies += "net.lingala.zip4j" % "zip4j" % "1.2.3"
<dependency org="net.lingala.zip4j" name="zip4j" rev="1.2.3"/>
@Grapes(@Grab(group='net.lingala.zip4j', module='zip4j', version='1.2.3'))
'net.lingala.zip4j:zip4j:jar:1.2.3'

Download

Click the following link to download the jar file.

zip4j-1.2.3-javadoc.jar
zip4j-1.2.3-sources.jar
zip4j-1.2.3.jar
zip4j-1.2.3.pom



Related Tutorials