is not current version
Last Version 7.7.10

de.schlichtherle.truezip:truezip-file 7.0-rc1

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.

GroupId

GroupId

de.schlichtherle.truezip
ArtifactId

ArtifactId

truezip-file
Version

Version

7.0-rc1
Type

Type

jar

Download truezip-file 7.0-rc1


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