Download truezip-kernel-7.1.1.jar file - Jar t

Jar examples for t:truezip-kernel

Description

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.1.1 in this page.

License

Open Source License

Build File

You can use the following script to add truezip-kernel-7.1.1.jar to your project.

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

Download

Click the following link to download the jar file.

truezip-kernel-7.1.1-javadoc.jar
truezip-kernel-7.1.1-sources.jar
truezip-kernel-7.1.1-tests.jar
truezip-kernel-7.1.1.jar
truezip-kernel-7.1.1.pom



Related Tutorials