Zip File System Standalone

An a standalone of the Java 7 ZIP file system.

Лицензия

Лицензия

BSD
Группа

Группа

com.github.marschall
Идентификатор

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

zipfilesystem-standalone
Последняя версия

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

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Zip File System Standalone
An a standalone of the Java 7 ZIP file system.
Ссылка на сайт

Ссылка на сайт

https://github.com/marschall/zipfilesystem-standalone
Система контроля версий

Система контроля версий

https://github.com/marschall/zipfilesystem-standalone

Скачать zipfilesystem-standalone

Как подключить последнюю версию

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

ZIP File System Standalone

A stand alone version of the zip file system included in JDK 7. It contains a fix for bug 8004789.

The code is under 3 clause BSD license and retains all the Oracale license headers.

The packages are prefixed with com.github.marschall like packages included in the JDK (like Xerces).

The name of the provider been changed from jar to zipfs.

    <dependency>
      <groupId>com.github.marschall</groupId>
      <artifactId>zipfilesystem-standalone</artifactId>
      <version>1.0.1</version>
    </dependency>

Версии библиотеки

Версия
1.0.1
1.0.0