is not current version
Last Version 7.7.10

de.schlichtherle.truezip:truezip-file 7.0

This module provides convenient multi-threaded read/write access to archive files as if they were just plain directories in a file system path by means of the File* classes and their dependent classes. These were the well-known File* classes in TrueZIP 6 which have now been renamed to File* 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.

GroupId

GroupId

de.schlichtherle.truezip
ArtifactId

ArtifactId

truezip-file
Version

Version

7.0
Type

Type

jar

Download truezip-file 7.0


<!-- https://jarcasting.com/artifacts/de.schlichtherle.truezip/truezip-file/ -->
<dependency>
    <groupId>de.schlichtherle.truezip</groupId>
    <artifactId>truezip-file</artifactId>
    <version>7.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.schlichtherle.truezip/truezip-file/
implementation 'de.schlichtherle.truezip:truezip-file:7.0'
// https://jarcasting.com/artifacts/de.schlichtherle.truezip/truezip-file/
implementation ("de.schlichtherle.truezip:truezip-file:7.0")
'de.schlichtherle.truezip:truezip-file:jar:7.0'
<dependency org="de.schlichtherle.truezip" name="truezip-file" rev="7.0">
  <artifact name="truezip-file" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.schlichtherle.truezip', module='truezip-file', version='7.0')
)
libraryDependencies += "de.schlichtherle.truezip" % "truezip-file" % "7.0"
[de.schlichtherle.truezip/truezip-file "7.0"]