GroupId | GroupIdorg.zeroturnaround |
---|---|
ArtifactId | ArtifactIdzt-zip |
Version | Version1.10 |
Type | Typejar |
Filename | Size |
---|---|
zt-zip-1.10.pom | |
zt-zip-1.10.jar | 102 KB |
zt-zip-1.10-sources.jar | 73 KB |
zt-zip-1.10-javadoc.jar | 256 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.zeroturnaround/zt-zip/ -->
<dependency>
<groupId>org.zeroturnaround</groupId>
<artifactId>zt-zip</artifactId>
<version>1.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.zeroturnaround/zt-zip/
implementation 'org.zeroturnaround:zt-zip:1.10'
// https://jarcasting.com/artifacts/org.zeroturnaround/zt-zip/
implementation ("org.zeroturnaround:zt-zip:1.10")
'org.zeroturnaround:zt-zip:jar:1.10'
<dependency org="org.zeroturnaround" name="zt-zip" rev="1.10">
<artifact name="zt-zip" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zeroturnaround', module='zt-zip', version='1.10')
)
libraryDependencies += "org.zeroturnaround" % "zt-zip" % "1.10"
[org.zeroturnaround/zt-zip "1.10"]