| License |
License |
|---|---|
| GroupId | GroupIdorg.zeroturnaround |
| ArtifactId | ArtifactIdzt-zip |
| Last Version | Last Version1.15 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionZT 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.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| zt-zip-1.15.pom | |
| zt-zip-1.15.jar | 108 KB |
| zt-zip-1.15-sources.jar | 75 KB |
| zt-zip-1.15-javadoc.jar | 259 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.zeroturnaround/zt-zip/ -->
<dependency>
<groupId>org.zeroturnaround</groupId>
<artifactId>zt-zip</artifactId>
<version>1.15</version>
</dependency>
// https://jarcasting.com/artifacts/org.zeroturnaround/zt-zip/
implementation 'org.zeroturnaround:zt-zip:1.15'
// https://jarcasting.com/artifacts/org.zeroturnaround/zt-zip/
implementation ("org.zeroturnaround:zt-zip:1.15")
'org.zeroturnaround:zt-zip:jar:1.15'
<dependency org="org.zeroturnaround" name="zt-zip" rev="1.15">
<artifact name="zt-zip" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zeroturnaround', module='zt-zip', version='1.15')
)
libraryDependencies += "org.zeroturnaround" % "zt-zip" % "1.15"
[org.zeroturnaround/zt-zip "1.15"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.6.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.slf4j : slf4j-log4j12 | jar | 1.6.6 |
| log4j : log4j | jar | 1.2.16 |