Skip to content

tvlehton/zipfilesystem-standalone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

A standalone version of the zip file system provider in JDK7

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%