is not current version
Last Version 1.15

org.zeroturnaround:zt-zip 1.7

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

Type

jar

Download zt-zip 1.7


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