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.
Files download
File Operation
truezip-kernel-7.6.4.jar download
truezip-kernel-7.6.4.pom download
truezip-kernel-7.6.4-sources.jar download
Apache Maven
<dependency>
  <groupId>de.schlichtherle.truezip</groupId>
  <artifactId>truezip-kernel</artifactId>
  <version>7.6.4</version>
</dependency>
Gradle Groovy
implementation 'de.schlichtherle.truezip:truezip-kernel:7.6.4'
Gradle Kotlin
implementation("de.schlichtherle.truezip:truezip-kernel:7.6.4")
Scala SBT
libraryDependencies += "de.schlichtherle.truezip" % "truezip-kernel" % "7.6.4"
Groovy Grape
@Grapes(
  @Grab(group='de.schlichtherle.truezip', module='truezip-kernel', version='7.6.4')
)
Apache Ivy
<dependency org="de.schlichtherle.truezip" name="truezip-kernel" rev="7.6.4" />
Leiningen
[de.schlichtherle.truezip/truezip-kernel "7.6.4"]
Apache Buildr
'de.schlichtherle.truezip:truezip-kernel:jar:7.6.4'