License |
License |
---|---|
GroupId | GroupIdde.schlichtherle.truezip |
ArtifactId | ArtifactIdtruezip-samples |
Last Version | Last Version7.7.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTrueZIP 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 |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
de.schlichtherle.truezip : truezip-driver-http | jar | 7.7.10 |