| License |
License |
|---|---|
| GroupId | GroupIdfr.perigee |
| ArtifactId | ArtifactIdcommons-vfs-truezip-zip |
| Last Version | Last Version0.0.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionR/W operations in ZIP files using Commons-VFS architecture and TrueZip backend
|
| Project Organization |
Project OrganizationPerigee |
<!-- https://jarcasting.com/artifacts/fr.perigee/commons-vfs-truezip-zip/ -->
<dependency>
<groupId>fr.perigee</groupId>
<artifactId>commons-vfs-truezip-zip</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/fr.perigee/commons-vfs-truezip-zip/
implementation 'fr.perigee:commons-vfs-truezip-zip:0.0.5'
// https://jarcasting.com/artifacts/fr.perigee/commons-vfs-truezip-zip/
implementation ("fr.perigee:commons-vfs-truezip-zip:0.0.5")
'fr.perigee:commons-vfs-truezip-zip:jar:0.0.5'
<dependency org="fr.perigee" name="commons-vfs-truezip-zip" rev="0.0.5">
<artifact name="commons-vfs-truezip-zip" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.perigee', module='commons-vfs-truezip-zip', version='0.0.5')
)
libraryDependencies += "fr.perigee" % "commons-vfs-truezip-zip" % "0.0.5"
[fr.perigee/commons-vfs-truezip-zip "0.0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-vfs2 | jar | 2.0 |
| de.schlichtherle.truezip : truezip-file | jar | 7.7.2 |
| de.schlichtherle.truezip : truezip-driver-zip | jar | 7.7.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.7 |
| commons-io : commons-io | jar | 2.1 |