MVN

net.sf.sevenzipjbinding : sevenzipjbinding-mac-i386

Maven & Gradle

Oct 08, 2015

7-Zip-JBinding-Mac-i386 · 7-Zip-JBinding is a free cross-platform java binding of 7-Zip free compress/decompress library (http://www.7-zip.org/, http://p7zip.sourceforge.net/)

<dependency>
    <groupId>net.sf.sevenzipjbinding</groupId>
    <artifactId>sevenzipjbinding-mac-i386</artifactId>
    <version>9.20-2.00beta</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.sevenzipjbinding : sevenzipjbinding-mac-i386 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.20-2.00beta

All Versions

Choose a version of net.sf.sevenzipjbinding : sevenzipjbinding-mac-i386 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.20
sevenzipjbinding-mac-i386-9.20-2.00beta

How to add a dependency to Maven

Add the following net.sf.sevenzipjbinding : sevenzipjbinding-mac-i386 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.sevenzipjbinding</groupId>
    <artifactId>sevenzipjbinding-mac-i386</artifactId>
    <version>9.20-2.00beta</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.sevenzipjbinding : sevenzipjbinding-mac-i386 gradle dependency to your build.gradle file:

implementation 'net.sf.sevenzipjbinding:sevenzipjbinding-mac-i386:9.20-2.00beta'

Gradle Kotlin DSL: Add the following net.sf.sevenzipjbinding : sevenzipjbinding-mac-i386 gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.sevenzipjbinding:sevenzipjbinding-mac-i386:9.20-2.00beta")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.sevenzipjbinding : sevenzipjbinding-mac-i386 sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.sevenzipjbinding" % "sevenzipjbinding-mac-i386" % "9.20-2.00beta"