is not current version
Last Version 7.7.10

de.schlichtherle.truezip:truezip-kernel 7.0-rc2

This module is the nexus between federated file system applications and providers. It establishes virtual file systems from arbitrary sources, maintains state and commits unsynchronized changes to the contents of federated file systems if required or requested. This module does not depend on other TrueZIP modules.

GroupId

GroupId

de.schlichtherle.truezip
ArtifactId

ArtifactId

truezip-kernel
Version

Version

7.0-rc2
Type

Type

jar

Download truezip-kernel 7.0-rc2


<!-- https://jarcasting.com/artifacts/de.schlichtherle.truezip/truezip-kernel/ -->
<dependency>
    <groupId>de.schlichtherle.truezip</groupId>
    <artifactId>truezip-kernel</artifactId>
    <version>7.0-rc2</version>
</dependency>
// https://jarcasting.com/artifacts/de.schlichtherle.truezip/truezip-kernel/
implementation 'de.schlichtherle.truezip:truezip-kernel:7.0-rc2'
// https://jarcasting.com/artifacts/de.schlichtherle.truezip/truezip-kernel/
implementation ("de.schlichtherle.truezip:truezip-kernel:7.0-rc2")
'de.schlichtherle.truezip:truezip-kernel:jar:7.0-rc2'
<dependency org="de.schlichtherle.truezip" name="truezip-kernel" rev="7.0-rc2">
  <artifact name="truezip-kernel" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.schlichtherle.truezip', module='truezip-kernel', version='7.0-rc2')
)
libraryDependencies += "de.schlichtherle.truezip" % "truezip-kernel" % "7.0-rc2"
[de.schlichtherle.truezip/truezip-kernel "7.0-rc2"]