t

truezip-kernel

This module implements virtual file systems for contents from arbitrary sources, maintains their state and commits unsynchronized changes of the contents to federated file systems if required or requested. It's also the nexus between federated file system applications and providers.
Files download
File Operation
truezip-kernel-7.2-beta-1.jar download
truezip-kernel-7.2-beta-1.pom download
truezip-kernel-7.2-beta-1-sources.jar download
Apache Maven
<dependency>
  <groupId>de.schlichtherle.truezip</groupId>
  <artifactId>truezip-kernel</artifactId>
  <version>7.2-beta-1</version>
</dependency>
Gradle Groovy
implementation 'de.schlichtherle.truezip:truezip-kernel:7.2-beta-1'
Gradle Kotlin
implementation("de.schlichtherle.truezip:truezip-kernel:7.2-beta-1")
Scala SBT
libraryDependencies += "de.schlichtherle.truezip" % "truezip-kernel" % "7.2-beta-1"
Groovy Grape
@Grapes(
  @Grab(group='de.schlichtherle.truezip', module='truezip-kernel', version='7.2-beta-1')
)
Apache Ivy
<dependency org="de.schlichtherle.truezip" name="truezip-kernel" rev="7.2-beta-1" />
Leiningen
[de.schlichtherle.truezip/truezip-kernel "7.2-beta-1"]
Apache Buildr
'de.schlichtherle.truezip:truezip-kernel:jar:7.2-beta-1'