License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sourceforge.zip64file |
ArtifactId | ArtifactIdzip64file |
Last Version | Last Version1.02 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionZip64File
Zip64File is a JAVA library which implements the 64-bit extension of the ZIP standard from PKWARE (http://www.pkware.com/documents/casestudies/APPNOTE.TXT) using random-access, permitting to access archives larger than 4 GB with more than 65 K files.
|
Project URL |
Project URL |
Filename | Size |
---|---|
zip64file-1.02.pom | |
zip64file-1.02.jar | 27 KB |
zip64file-1.02-sources.jar | 26 KB |
zip64file-1.02-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.zip64file/zip64file/ -->
<dependency>
<groupId>net.sourceforge.zip64file</groupId>
<artifactId>zip64file</artifactId>
<version>1.02</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.zip64file/zip64file/
implementation 'net.sourceforge.zip64file:zip64file:1.02'
// https://jarcasting.com/artifacts/net.sourceforge.zip64file/zip64file/
implementation ("net.sourceforge.zip64file:zip64file:1.02")
'net.sourceforge.zip64file:zip64file:jar:1.02'
<dependency org="net.sourceforge.zip64file" name="zip64file" rev="1.02">
<artifact name="zip64file" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.zip64file', module='zip64file', version='1.02')
)
libraryDependencies += "net.sourceforge.zip64file" % "zip64file" % "1.02"
[net.sourceforge.zip64file/zip64file "1.02"]