License |
License |
---|---|
GroupId | GroupIdde.schlichtherle.truezip |
ArtifactId | ArtifactIdtruezip-file |
Last Version | Last Version7.7.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTrueZIP File*
This module provides the TFile* classes
for simple, uniform, transparent, thread-safe, read/write access to archive
files as if they were virtual directories in a file system path.
This module also provides Swing GUI classes for viewing file trees
and choosing entries in archive files.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
truezip-file-7.7.10.pom | |
truezip-file-7.7.10.jar | 60 KB |
truezip-file-7.7.10-tests.jar | 46 KB |
truezip-file-7.7.10-sources.jar | 66 KB |
truezip-file-7.7.10-javadoc.jar | 277 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.schlichtherle.truezip/truezip-file/ -->
<dependency>
<groupId>de.schlichtherle.truezip</groupId>
<artifactId>truezip-file</artifactId>
<version>7.7.10</version>
</dependency>
// https://jarcasting.com/artifacts/de.schlichtherle.truezip/truezip-file/
implementation 'de.schlichtherle.truezip:truezip-file:7.7.10'
// https://jarcasting.com/artifacts/de.schlichtherle.truezip/truezip-file/
implementation ("de.schlichtherle.truezip:truezip-file:7.7.10")
'de.schlichtherle.truezip:truezip-file:jar:7.7.10'
<dependency org="de.schlichtherle.truezip" name="truezip-file" rev="7.7.10">
<artifact name="truezip-file" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.schlichtherle.truezip', module='truezip-file', version='7.7.10')
)
libraryDependencies += "de.schlichtherle.truezip" % "truezip-file" % "7.7.10"
[de.schlichtherle.truezip/truezip-file "7.7.10"]
Group / Artifact | Type | Version |
---|---|---|
de.schlichtherle.truezip : truezip-kernel | jar | 7.7.10 |
Group / Artifact | Type | Version |
---|---|---|
de.schlichtherle.truezip : truezip-driver-file | jar | 7.7.10 |
Group / Artifact | Type | Version |
---|---|---|
de.schlichtherle.truezip : truezip-kernel | test-jar | 7.7.10 |
org.netbeans : jemmy | jar | 2.2.7.5 |