Zip File System Standalone

An a standalone of the Java 7 ZIP file system.

License

License

BSD
GroupId

GroupId

com.github.marschall
ArtifactId

ArtifactId

zipfilesystem-standalone
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Zip File System Standalone
An a standalone of the Java 7 ZIP file system.
Project URL

Project URL

https://github.com/marschall/zipfilesystem-standalone
Source Code Management

Source Code Management

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

Download zipfilesystem-standalone

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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>

Versions

Version
1.0.1
1.0.0