is not current version
Last Version 6.8.4

de.schlichtherle:truezip 6.8.3

TrueZIP is a Java based Virtual File System (VFS) to enable transparent, multi-threaded read/write access to archive files (ZIP, TAR etc.) as if they were directories. Archive files may be arbitrarily nested and the nesting level is only limited by heap and file system size.

GroupId

GroupId

de.schlichtherle
ArtifactId

ArtifactId

truezip
Version

Version

6.8.3
Type

Type

jar

Download truezip 6.8.3


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