License |
License |
---|---|
GroupId | GroupIdde.schlichtherle |
ArtifactId | ArtifactIdtruezip |
Last Version | Last Version6.8.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTrueZIP
TrueZIP is a Java based Virtual File System (VFS) to enable
transparent, multi-threaded read/write access to archive files
(ZIP, TAR etc.) as if they were directories.
Archive files may be arbitrarily nested and the nesting level is only
limited by heap and file system size.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
truezip-6.8.4.pom | |
truezip-6.8.4.jar | 468 KB |
truezip-6.8.4-sources.jar | 532 KB |
truezip-6.8.4-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/de.schlichtherle/truezip/ -->
<dependency>
<groupId>de.schlichtherle</groupId>
<artifactId>truezip</artifactId>
<version>6.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/de.schlichtherle/truezip/
implementation 'de.schlichtherle:truezip:6.8.4'
// https://jarcasting.com/artifacts/de.schlichtherle/truezip/
implementation ("de.schlichtherle:truezip:6.8.4")
'de.schlichtherle:truezip:jar:6.8.4'
<dependency org="de.schlichtherle" name="truezip" rev="6.8.4">
<artifact name="truezip" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.schlichtherle', module='truezip', version='6.8.4')
)
libraryDependencies += "de.schlichtherle" % "truezip" % "6.8.4"
[de.schlichtherle/truezip "6.8.4"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.ant : ant Optional | jar | 1.8.2 |
org.bouncycastle : bcprov-jdk14 Optional | jar | 1.46 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |
org.netbeans : jemmy | jar | 2.2.7.5 |