Download truezip-6.8.4.jar file - Jar t

Jar examples for t:truezip

Description

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.

License

The Apache Software License, Version 2.0

Build File

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'

Download

Click the following link to download the jar file.

truezip-6.8.4-javadoc.jar
truezip-6.8.4-sources.jar
truezip-6.8.4.jar
truezip-6.8.4.pom



Related Tutorials