is not current version
Last Version 8.9.2

com.cedarsoft.commons:zip 8.5.1


GroupId

GroupId

com.cedarsoft.commons
ArtifactId

ArtifactId

zip
Version

Version

8.5.1
Type

Type

jar

Download zip 8.5.1


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