is not current version
Last Version 8.9.2

com.cedarsoft.commons:zip 1.4.1


GroupId

GroupId

com.cedarsoft.commons
ArtifactId

ArtifactId

zip
Version

Version

1.4.1
Type

Type

jar

Download zip 1.4.1


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