Last Version

TrueZIP 7.7.10

TrueZIP is a Java based virtual file system (VFS) 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, TrueZIP 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, TrueZIP provides the interfaces and classes to write file system drivers which plug-in to its federated file system space.

License

License

GroupId

GroupId

de.schlichtherle.truezip
ArtifactId

ArtifactId

truezip
Version

Version

7.7.10
Type

Type

pom
Description

Description

TrueZIP
TrueZIP is a Java based virtual file system (VFS) 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, TrueZIP 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, TrueZIP provides the interfaces and classes to write file system drivers which plug-in to its federated file system space.
Project Organization

Project Organization

Schlichtherle IT Services

Download truezip 7.7.10

Filename Size
truezip-7.7.10.pom 16 KB
Browse

<!-- https://jarcasting.com/artifacts/de.schlichtherle.truezip/truezip/ -->
<dependency>
    <groupId>de.schlichtherle.truezip</groupId>
    <artifactId>truezip</artifactId>
    <version>7.7.10</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.schlichtherle.truezip/truezip/
implementation 'de.schlichtherle.truezip:truezip:7.7.10'
// https://jarcasting.com/artifacts/de.schlichtherle.truezip/truezip/
implementation ("de.schlichtherle.truezip:truezip:7.7.10")
'de.schlichtherle.truezip:truezip:pom:7.7.10'
<dependency org="de.schlichtherle.truezip" name="truezip" rev="7.7.10">
  <artifact name="truezip" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.schlichtherle.truezip', module='truezip', version='7.7.10')
)
libraryDependencies += "de.schlichtherle.truezip" % "truezip" % "7.7.10"
[de.schlichtherle.truezip/truezip "7.7.10"]

Dependencies

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

Project Modules

  • truezip-archetype
  • truezip-driver
  • truezip-extension
  • truezip-file
  • truezip-kernel
  • truezip-samples
  • truezip-swing