| Лицензия |
Лицензия |
|---|---|
| Группа | Группаde.schlichtherle.truezip |
| Идентификатор | Идентификаторtruezip-path |
| Последняя версия | Последняя версия7.7.10 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеTrueZIP 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.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| de.schlichtherle.truezip : truezip-file | jar | 7.7.10 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| de.schlichtherle.truezip : truezip-file | test-jar | 7.7.10 |
| de.schlichtherle.truezip : truezip-kernel | test-jar | 7.7.10 |