Last Version

TrueZIP Samples 7.7.10

Sample applications to demonstrate the usage of various TrueZIP module APIs. Some of these samples use rather advanced or exotic features which makes them more complex than necessary for a typical application. By design, the sample applications use all file system drivers which can be located at runtime. Location of the available file system drivers is performed by scanning the class path - see the Javaodoc for the TrueZIP Kernel class de.schlichtherle.truezip.fs.sl.FsDriverLocator for more information.

License

License

GroupId

GroupId

de.schlichtherle.truezip
ArtifactId

ArtifactId

truezip-samples
Version

Version

7.7.10
Type

Type

jar
Description

Description

TrueZIP Samples
Sample applications to demonstrate the usage of various TrueZIP module APIs. Some of these samples use rather advanced or exotic features which makes them more complex than necessary for a typical application. By design, the sample applications use all file system drivers which can be located at runtime. Location of the available file system drivers is performed by scanning the class path - see the Javaodoc for the TrueZIP Kernel class de.schlichtherle.truezip.fs.sl.FsDriverLocator for more information.
Project Organization

Project Organization

Schlichtherle IT Services

Download truezip-samples 7.7.10


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

Dependencies

compile (4)

Group / Artifact Type Version
de.schlichtherle.truezip : truezip-path jar 7.7.10
de.schlichtherle.truezip : truezip-driver-tar jar 7.7.10
de.schlichtherle.truezip : truezip-driver-tzp jar 7.7.10
de.schlichtherle.truezip : truezip-driver-zip jar 7.7.10

runtime (1)

Group / Artifact Type Version
de.schlichtherle.truezip : truezip-driver-http jar 7.7.10

Project Modules

There are no modules declared in this project.