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