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.
Files download
File Operation
truezip-file-7.0-rc1.jar download
truezip-file-7.0-rc1.pom download
truezip-file-7.0-rc1-sources.jar download
Apache Maven
<dependency>
  <groupId>de.schlichtherle.truezip</groupId>
  <artifactId>truezip-file</artifactId>
  <version>7.0-rc1</version>
</dependency>
Gradle Groovy
implementation 'de.schlichtherle.truezip:truezip-file:7.0-rc1'
Gradle Kotlin
implementation("de.schlichtherle.truezip:truezip-file:7.0-rc1")
Scala SBT
libraryDependencies += "de.schlichtherle.truezip" % "truezip-file" % "7.0-rc1"
Groovy Grape
@Grapes(
  @Grab(group='de.schlichtherle.truezip', module='truezip-file', version='7.0-rc1')
)
Apache Ivy
<dependency org="de.schlichtherle.truezip" name="truezip-file" rev="7.0-rc1" />
Leiningen
[de.schlichtherle.truezip/truezip-file "7.0-rc1"]
Apache Buildr
'de.schlichtherle.truezip:truezip-file:jar:7.0-rc1'