is not current version
Last Version 7.7.10

de.schlichtherle.truezip:truezip 7.2-beta-1

TrueZIP is a plug-in framework for virtual file systems which provides transparent access to archive files as if they were just plain directories. As an API, TrueZIP provides transparent, uniform, thread-safe, read/write access to archive files as if they were just plain directories in a file system path. As a framework, TrueZIP provides the interfaces and classes to write file system drivers which plug-in to its federated file system space.

GroupId

GroupId

de.schlichtherle.truezip
ArtifactId

ArtifactId

truezip
Version

Version

7.2-beta-1
Type

Type

pom

Download truezip 7.2-beta-1

Filename Size
truezip-7.2-beta-1.pom 7 KB
Browse

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