License |
License |
---|---|
GroupId | GroupIdde.schlichtherle.truezip |
ArtifactId | ArtifactIdtruezip-kernel |
Last Version | Last Version7.7.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTrueZIP 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.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
truezip-kernel-7.7.10.pom | |
truezip-kernel-7.7.10.jar | 398 KB |
truezip-kernel-7.7.10-tests.jar | 102 KB |
truezip-kernel-7.7.10-sources.jar | 258 KB |
truezip-kernel-7.7.10-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/de.schlichtherle.truezip/truezip-kernel/ -->
<dependency>
<groupId>de.schlichtherle.truezip</groupId>
<artifactId>truezip-kernel</artifactId>
<version>7.7.10</version>
</dependency>
// https://jarcasting.com/artifacts/de.schlichtherle.truezip/truezip-kernel/
implementation 'de.schlichtherle.truezip:truezip-kernel:7.7.10'
// https://jarcasting.com/artifacts/de.schlichtherle.truezip/truezip-kernel/
implementation ("de.schlichtherle.truezip:truezip-kernel:7.7.10")
'de.schlichtherle.truezip:truezip-kernel:jar:7.7.10'
<dependency org="de.schlichtherle.truezip" name="truezip-kernel" rev="7.7.10">
<artifact name="truezip-kernel" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.schlichtherle.truezip', module='truezip-kernel', version='7.7.10')
)
libraryDependencies += "de.schlichtherle.truezip" % "truezip-kernel" % "7.7.10"
[de.schlichtherle.truezip/truezip-kernel "7.7.10"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : annotations | jar | 3.0.0 |