MVN

fr.perigee : commons-vfs-truezip

Maven & Gradle

Sep 11, 2014
3 stars

A commons VFS archive file system using TrueZip to allow R/W operations on zips. According to modular TrueZip nature, this project is also modular, allowing one to use only required compoent (which will pull the right TrueZip dependency tree).

<dependency>
    <groupId>fr.perigee</groupId>
    <artifactId>commons-vfs-truezip</artifactId>
    <version>0.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.perigee : commons-vfs-truezip to add to Maven - Latest Versions:

  • Latest Stable: 0.0.5

All Versions

Choose a version of fr.perigee : commons-vfs-truezip to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
commons-vfs-truezip-0.0.5
commons-vfs-truezip-0.0.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>fr.perigee</groupId>
    <artifactId>commons-vfs-truezip</artifactId>
    <version>0.0.5</version>
</dependency>

Advertisement