Download truezip-file-7.7.6.jar file - Jar t

Jar examples for t:truezip-file

Description

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.7.6 in this page.

License

Open Source License

Build File

You can use the following script to add truezip-file-7.7.6.jar to your project.

<dependency>
   <groupId>de.schlichtherle.truezip</groupId>
   <artifactId>truezip-file</artifactId>
   <version>7.7.6</version>
</dependency>
compile group: 'de.schlichtherle.truezip', name: 'truezip-file', version: '7.7.6'
libraryDependencies += "de.schlichtherle.truezip" % "truezip-file" % "7.7.6"
<dependency org="de.schlichtherle.truezip" name="truezip-file" rev="7.7.6"/>
@Grapes(@Grab(group='de.schlichtherle.truezip', module='truezip-file', version='7.7.6'))
'de.schlichtherle.truezip:truezip-file:jar:7.7.6'

Download

Click the following link to download the jar file.

truezip-file-7.7.6-javadoc.jar
truezip-file-7.7.6-sources.jar
truezip-file-7.7.6-test-sources.jar
truezip-file-7.7.6-tests.jar
truezip-file-7.7.6.jar
truezip-file-7.7.6.pom



Related Tutorials