Jar examples for t:truezip-kernel
This module implements virtual file systems from arbitrary resources, manages their state and commits unsynchronized changes if required or requested. The TrueZIP Kernel uses file system drivers to access these resources. It provides multithreading, multiplexing, caching and buffering so that the file system drivers do not need to take care of this.
You can download jar file truezip-kernel 7.3.4 in this page.
Open Source License
You can use the following script to add truezip-kernel-7.3.4.jar to your project.
<dependency> <groupId>de.schlichtherle.truezip</groupId> <artifactId>truezip-kernel</artifactId> <version>7.3.4</version> </dependency>
compile group: 'de.schlichtherle.truezip', name: 'truezip-kernel', version: '7.3.4'
libraryDependencies += "de.schlichtherle.truezip" % "truezip-kernel" % "7.3.4"
<dependency org="de.schlichtherle.truezip" name="truezip-kernel" rev="7.3.4"/>
@Grapes(@Grab(group='de.schlichtherle.truezip', module='truezip-kernel', version='7.3.4'))
'de.schlichtherle.truezip:truezip-kernel:jar:7.3.4'
Click the following link to download the jar file.
truezip-kernel-7.3.4-javadoc.jar