| Лицензия |
Лицензия |
|---|---|
| Группа | Группаde.schlichtherle |
| Идентификатор | Идентификаторtruezip |
| Последняя версия | Последняя версия6.8.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеTrueZIP
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.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.ant : ant Необязательный | jar | 1.8.2 |
| org.bouncycastle : bcprov-jdk14 Необязательный | jar | 1.46 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8.2 |
| org.netbeans : jemmy | jar | 2.2.7.5 |