MVN

cn.lalaki : SevenZip

Maven & Gradle

May 07, 2024
8.4k stars

SevenZip · proguard resource for Android by wechat team

<dependency>
    <groupId>cn.lalaki</groupId>
    <artifactId>SevenZip</artifactId>
    <version>1.2.23</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.lalaki : SevenZip to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.23

All Versions

Choose a version of cn.lalaki : SevenZip to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
SevenZip-1.2.23

How to add a dependency to Maven

Add the following cn.lalaki : SevenZip maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.lalaki</groupId>
    <artifactId>SevenZip</artifactId>
    <version>1.2.23</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.lalaki : SevenZip gradle dependency to your build.gradle file:

implementation 'cn.lalaki:SevenZip:1.2.23'

Gradle Kotlin DSL: Add the following cn.lalaki : SevenZip gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.lalaki:SevenZip:1.2.23")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.lalaki : SevenZip sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.lalaki" % "SevenZip" % "1.2.23"