MVN

org.zeroturnaround : zt-zip

Maven & Gradle

Aug 03, 2023
142 usages
1.3k stars

ZT Zip · The project is intended to have a small, easy and fast library to process ZIP archives. Either create, modify or explode them. On disk or in memory.

<dependency>
    <groupId>org.zeroturnaround</groupId>
    <artifactId>zt-zip</artifactId>
    <version>1.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.zeroturnaround : zt-zip to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.16

All Versions

Choose a version of org.zeroturnaround : zt-zip to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.16
zt-zip-1.16
1.15
zt-zip-1.15
1.14
zt-zip-1.14
1.13
zt-zip-1.13
1.12
zt-zip-1.12
CVE-2018-1002201
1.11
zt-zip-1.11
CVE-2018-1002201
1.10
zt-zip-1.10
CVE-2018-1002201
1.9
zt-zip-1.9
CVE-2018-1002201
1.8
zt-zip-1.8
CVE-2018-1002201
1.7
zt-zip-1.7
CVE-2018-1002201
1.6
zt-zip-1.6
CVE-2018-1002201
1.5
zt-zip-1.5
CVE-2018-1002201
1.4
zt-zip-1.4
CVE-2018-1002201

How to add a dependency to Maven

Add the following org.zeroturnaround : zt-zip maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.zeroturnaround</groupId>
    <artifactId>zt-zip</artifactId>
    <version>1.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.zeroturnaround : zt-zip gradle dependency to your build.gradle file:

implementation 'org.zeroturnaround:zt-zip:1.16'

Gradle Kotlin DSL: Add the following org.zeroturnaround : zt-zip gradle kotlin dependency to your build.gradle.kts file:

implementation("org.zeroturnaround:zt-zip:1.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.zeroturnaround : zt-zip sbt scala dependency to your build.sbt file:

libraryDependencies += "org.zeroturnaround" % "zt-zip" % "1.16"

Advertisement