| Лицензия |
Лицензия
Apache 2.0
|
|---|---|
| Группа | Группаcom.github.axet |
| Идентификатор | Идентификаторzip4j |
| Версия | Версия2.7.0 |
| Тип | Типjar |
| Описание |
Описаниеzip4j
zip4j library
|
| Имя Файла | Размер |
|---|---|
| zip4j-2.7.0.pom | |
| zip4j-2.7.0.jar | 200 KB |
| zip4j-2.7.0-sources.jar | 128 KB |
| zip4j-2.7.0-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.axet/zip4j/ -->
<dependency>
<groupId>com.github.axet</groupId>
<artifactId>zip4j</artifactId>
<version>2.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.axet/zip4j/
implementation 'com.github.axet:zip4j:2.7.0'
// https://jarcasting.com/artifacts/com.github.axet/zip4j/
implementation ("com.github.axet:zip4j:2.7.0")
'com.github.axet:zip4j:jar:2.7.0'
<dependency org="com.github.axet" name="zip4j" rev="2.7.0">
<artifact name="zip4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.axet', module='zip4j', version='2.7.0')
)
libraryDependencies += "com.github.axet" % "zip4j" % "2.7.0"
[com.github.axet/zip4j "2.7.0"]