is not current version
Last Version 1.15

org.zeroturnaround:zt-zip 1.6

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.

GroupId

GroupId

org.zeroturnaround
ArtifactId

ArtifactId

zt-zip
Version

Version

1.6
Type

Type

jar

Download zt-zip 1.6


<!-- https://jarcasting.com/artifacts/org.zeroturnaround/zt-zip/ -->
<dependency>
    <groupId>org.zeroturnaround</groupId>
    <artifactId>zt-zip</artifactId>
    <version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.zeroturnaround/zt-zip/
implementation 'org.zeroturnaround:zt-zip:1.6'
// https://jarcasting.com/artifacts/org.zeroturnaround/zt-zip/
implementation ("org.zeroturnaround:zt-zip:1.6")
'org.zeroturnaround:zt-zip:jar:1.6'
<dependency org="org.zeroturnaround" name="zt-zip" rev="1.6">
  <artifact name="zt-zip" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zeroturnaround', module='zt-zip', version='1.6')
)
libraryDependencies += "org.zeroturnaround" % "zt-zip" % "1.6"
[org.zeroturnaround/zt-zip "1.6"]