| Лицензия |
Лицензия |
|---|---|
| Группа | Группаfr.perigee |
| Идентификатор | Идентификаторcommons-vfs-truezip |
| Версия | Версия0.0.5 |
| Тип | Типpom |
| Описание |
ОписаниеA commons VFS archive file system using TrueZip to allow R/W operations on zips. According to modular TrueZip nature, this project is also modular, allowing one to use only required compoent (which will pull the right TrueZip dependency tree).
|
| Организация-разработчик |
Организация-разработчикPerigee |
| Имя Файла | Размер |
|---|---|
| commons-vfs-truezip-0.0.5.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/fr.perigee/commons-vfs-truezip/ -->
<dependency>
<groupId>fr.perigee</groupId>
<artifactId>commons-vfs-truezip</artifactId>
<version>0.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fr.perigee/commons-vfs-truezip/
implementation 'fr.perigee:commons-vfs-truezip:0.0.5'
// https://jarcasting.com/artifacts/fr.perigee/commons-vfs-truezip/
implementation ("fr.perigee:commons-vfs-truezip:0.0.5")
'fr.perigee:commons-vfs-truezip:pom:0.0.5'
<dependency org="fr.perigee" name="commons-vfs-truezip" rev="0.0.5">
<artifact name="commons-vfs-truezip" type="pom" />
</dependency>
@Grapes(
@Grab(group='fr.perigee', module='commons-vfs-truezip', version='0.0.5')
)
libraryDependencies += "fr.perigee" % "commons-vfs-truezip" % "0.0.5"
[fr.perigee/commons-vfs-truezip "0.0.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.commons : commons-vfs2 | jar | 2.0 |