MVN

fun.mactavish : sevenz4s

Maven & Gradle

Jan 31, 2021
44 stars

SevenZ4S · A 7Z compression library for Scala.

<dependency>
    <groupId>fun.mactavish</groupId>
    <artifactId>sevenz4s</artifactId>
    <version>0.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fun.mactavish : sevenz4s to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.0

All Versions

Choose a version of fun.mactavish : sevenz4s to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
sevenz4s-0.6.0
0.5.x
sevenz4s-0.5.1
sevenz4s-0.5.0

How to add a dependency to Maven

Add the following fun.mactavish : sevenz4s maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fun.mactavish</groupId>
    <artifactId>sevenz4s</artifactId>
    <version>0.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fun.mactavish : sevenz4s gradle dependency to your build.gradle file:

implementation 'fun.mactavish:sevenz4s:0.6.0'

Gradle Kotlin DSL: Add the following fun.mactavish : sevenz4s gradle kotlin dependency to your build.gradle.kts file:

implementation("fun.mactavish:sevenz4s:0.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following fun.mactavish : sevenz4s sbt scala dependency to your build.sbt file:

libraryDependencies += "fun.mactavish" % "sevenz4s" % "0.6.0"

Advertisement