is not current version
Last Version 8.9.2

com.cedarsoft.commons:zip 3.0.2


GroupId

GroupId

com.cedarsoft.commons
ArtifactId

ArtifactId

zip
Version

Version

3.0.2
Type

Type

jar

Download zip 3.0.2


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