is not current version
Last Version 7.7.10

de.schlichtherle.truezip:truezip-samples 7.5.1

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.

GroupId

GroupId

de.schlichtherle.truezip
ArtifactId

ArtifactId

truezip-samples
Version

Version

7.5.1
Type

Type

jar

Download truezip-samples 7.5.1


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