is not current version
Last Version 1.15

org.zeroturnaround:zt-zip 1.8

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.8
Type

Type

jar

Download zt-zip 1.8


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