не последняя версия
Последняя версия 8.9.2

com.cedarsoft.commons:zip 2.0.6


Группа

Группа

com.cedarsoft.commons
Идентификатор

Идентификатор

zip
Версия

Версия

2.0.6
Тип

Тип

jar

Скачать zip 2.0.6


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