Jar examples for t:truezip-file
This module provides convenient multi-threaded read/write access to archive files as if they were just plain old directories in a file system path by means of the TFile* classes and their dependent classes. These were the well-known File* classes in TrueZIP 6 which have now been renamed to TFile* and relocated to the new package de.schlichtherle.truezip.file. This module also provides Swing GUI classes for viewing file trees, choosing entries in archive files or path name autocompletion in combo boxes.
You can download jar file truezip-file 7.3.4 in this page.
Open Source License
You can use the following script to add truezip-file-7.3.4.jar to your project.
<dependency> <groupId>de.schlichtherle.truezip</groupId> <artifactId>truezip-file</artifactId> <version>7.3.4</version> </dependency>
compile group: 'de.schlichtherle.truezip', name: 'truezip-file', version: '7.3.4'
libraryDependencies += "de.schlichtherle.truezip" % "truezip-file" % "7.3.4"
<dependency org="de.schlichtherle.truezip" name="truezip-file" rev="7.3.4"/>
@Grapes(@Grab(group='de.schlichtherle.truezip', module='truezip-file', version='7.3.4'))
'de.schlichtherle.truezip:truezip-file:jar:7.3.4'
Click the following link to download the jar file.
truezip-file-7.3.4-javadoc.jar