License |
License |
---|---|
GroupId | GroupIdde.schlichtherle.truezip |
ArtifactId | ArtifactIdtruezip-path |
Last Version | Last Version7.7.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTrueZIP Path
This module provides the TPath class
for simple, uniform, transparent, thread-safe, read/write access to archive
files as if they were virtual directories in a file system path.
It also provides the TFileSystemProvider class to implement a file
system provider for the NIO.2 API (JSR 203) in JSE 7.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
truezip-path-7.7.10.pom | |
truezip-path-7.7.10.jar | 40 KB |
truezip-path-7.7.10-tests.jar | 36 KB |
truezip-path-7.7.10-sources.jar | 24 KB |
truezip-path-7.7.10-javadoc.jar | 134 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.schlichtherle.truezip/truezip-path/ -->
<dependency>
<groupId>de.schlichtherle.truezip</groupId>
<artifactId>truezip-path</artifactId>
<version>7.7.10</version>
</dependency>
// https://jarcasting.com/artifacts/de.schlichtherle.truezip/truezip-path/
implementation 'de.schlichtherle.truezip:truezip-path:7.7.10'
// https://jarcasting.com/artifacts/de.schlichtherle.truezip/truezip-path/
implementation ("de.schlichtherle.truezip:truezip-path:7.7.10")
'de.schlichtherle.truezip:truezip-path:jar:7.7.10'
<dependency org="de.schlichtherle.truezip" name="truezip-path" rev="7.7.10">
<artifact name="truezip-path" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.schlichtherle.truezip', module='truezip-path', version='7.7.10')
)
libraryDependencies += "de.schlichtherle.truezip" % "truezip-path" % "7.7.10"
[de.schlichtherle.truezip/truezip-path "7.7.10"]
Group / Artifact | Type | Version |
---|---|---|
de.schlichtherle.truezip : truezip-file | jar | 7.7.10 |
Group / Artifact | Type | Version |
---|---|---|
de.schlichtherle.truezip : truezip-file | test-jar | 7.7.10 |
de.schlichtherle.truezip : truezip-kernel | test-jar | 7.7.10 |