MVN

net.java.truevfs : truevfs

Maven & Gradle

Aug 07, 2016

TrueVFS · TrueVFS is a virtual file system (VFS) for Java 7 which enables client applications to perform CRUD (Create, Read, Update, Delete) operations on archive files as if they were virtual directories, even with nested archive files in multithreaded environments. As a library, TrueVFS provides simple, uniform, transparent, thread-safe, read/write access to archive files as if they were virtual directories in a file system path. As a framework, TrueVFS provides the API to write file system drivers which plug-in to its federated file system space.

<dependency>
    <groupId>net.java.truevfs</groupId>
    <artifactId>truevfs</artifactId>
    <version>0.11.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.java.truevfs : truevfs to add to Maven - Latest Versions:

  • Latest Stable: 0.11.1

All Versions

Choose a version of net.java.truevfs : truevfs to add to Maven - All Versions:

Version Vulnerabilities Updated
0.11.x
truevfs-0.11.1
truevfs-0.11.0
0.10.x
truevfs-0.10.9
truevfs-0.10.8
truevfs-0.10.7
truevfs-0.10.6
truevfs-0.10.5
truevfs-0.10.4
truevfs-0.10.3
truevfs-0.10.2
truevfs-0.10.1
0.10
truevfs-0.10
0.9.x
truevfs-0.9.3
truevfs-0.9.2
truevfs-0.9.1
0.9
truevfs-0.9

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.java.truevfs</groupId>
    <artifactId>truevfs</artifactId>
    <version>0.11.1</version>
</dependency>

Advertisement