MVN

net.sourceforge.zip64file : zip64file

Maven & Gradle

Sep 21, 2011
2 usages

Zip64File · 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.

<dependency>
    <groupId>net.sourceforge.zip64file</groupId>
    <artifactId>zip64file</artifactId>
    <version>1.02</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.zip64file : zip64file to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.02

All Versions

Choose a version of net.sourceforge.zip64file : zip64file to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.02
zip64file-1.02

How to add a dependency to Maven

Add the following net.sourceforge.zip64file : zip64file maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sourceforge.zip64file</groupId>
    <artifactId>zip64file</artifactId>
    <version>1.02</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sourceforge.zip64file : zip64file gradle dependency to your build.gradle file:

implementation 'net.sourceforge.zip64file:zip64file:1.02'

Gradle Kotlin DSL: Add the following net.sourceforge.zip64file : zip64file gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sourceforge.zip64file:zip64file:1.02")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sourceforge.zip64file : zip64file sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sourceforge.zip64file" % "zip64file" % "1.02"