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
文件下载
文件名 操作
zt-zip-1.8.jar 下载
zt-zip-1.8.pom 下载
zt-zip-1.8-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.zeroturnaround</groupId>
  <artifactId>zt-zip</artifactId>
  <version>1.8</version>
</dependency>
Gradle Groovy
implementation 'org.zeroturnaround:zt-zip:1.8'
Gradle Kotlin
implementation("org.zeroturnaround:zt-zip:1.8")
Scala SBT
libraryDependencies += "org.zeroturnaround" % "zt-zip" % "1.8"
Groovy Grape
@Grapes(
  @Grab(group='org.zeroturnaround', module='zt-zip', version='1.8')
)
Apache Ivy
<dependency org="org.zeroturnaround" name="zt-zip" rev="1.8" />
Leiningen
[org.zeroturnaround/zt-zip "1.8"]
Apache Buildr
'org.zeroturnaround:zt-zip:jar:1.8'