Jar examples for t: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.
You can download jar file truezip 6.8.4 in this page.
The Apache Software License, Version 2.0
You can use the following script to add truezip-6.8.4.jar to your project.
<dependency> <groupId>de.schlichtherle</groupId> <artifactId>truezip</artifactId> <version>6.8.4</version> </dependency>
compile group: 'de.schlichtherle', name: 'truezip', version: '6.8.4'
libraryDependencies += "de.schlichtherle" % "truezip" % "6.8.4"
<dependency org="de.schlichtherle" name="truezip" rev="6.8.4"/>
@Grapes(@Grab(group='de.schlichtherle', module='truezip', version='6.8.4'))
'de.schlichtherle:truezip:jar:6.8.4'
Click the following link to download the jar file.
truezip-6.8.4-javadoc.jar