z

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.
https://github.com/zeroturnaround/zt-zip
The Apache Software License, Version 2.0
ZeroTurnaround
Rein Toomas
Files download
File Operation
zt-zip-1.15.jar download
zt-zip-1.15.pom download
zt-zip-1.15-sources.jar download
Apache Maven
<dependency>
  <groupId>org.zeroturnaround</groupId>
  <artifactId>zt-zip</artifactId>
  <version>1.15</version>
</dependency>
Gradle Groovy
implementation 'org.zeroturnaround:zt-zip:1.15'
Gradle Kotlin
implementation("org.zeroturnaround:zt-zip:1.15")
Scala SBT
libraryDependencies += "org.zeroturnaround" % "zt-zip" % "1.15"
Groovy Grape
@Grapes(
  @Grab(group='org.zeroturnaround', module='zt-zip', version='1.15')
)
Apache Ivy
<dependency org="org.zeroturnaround" name="zt-zip" rev="1.15" />
Leiningen
[org.zeroturnaround/zt-zip "1.15"]
Apache Buildr
'org.zeroturnaround:zt-zip:jar:1.15'