Download truezip-samples-7.7.8.jar file - Jar t

Jar examples for t:truezip-samples

Description

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.

You can download jar file truezip-samples 7.7.8 in this page.

License

Open Source License

Build File

You can use the following script to add truezip-samples-7.7.8.jar to your project.

<dependency>
   <groupId>de.schlichtherle.truezip</groupId>
   <artifactId>truezip-samples</artifactId>
   <version>7.7.8</version>
</dependency>
compile group: 'de.schlichtherle.truezip', name: 'truezip-samples', version: '7.7.8'
libraryDependencies += "de.schlichtherle.truezip" % "truezip-samples" % "7.7.8"
<dependency org="de.schlichtherle.truezip" name="truezip-samples" rev="7.7.8"/>
@Grapes(@Grab(group='de.schlichtherle.truezip', module='truezip-samples', version='7.7.8'))
'de.schlichtherle.truezip:truezip-samples:jar:7.7.8'

Download

Click the following link to download the jar file.

truezip-samples-7.7.8-jar-with-dependencies.jar
truezip-samples-7.7.8-javadoc.jar
truezip-samples-7.7.8-sources.jar
truezip-samples-7.7.8.jar
truezip-samples-7.7.8.pom



Related Tutorials