MVN

com.sta-soft : mzip

Maven & Gradle

Apr 14, 2021

MZip · ZIP helper program to save and load projects, for all M-Projects and other projects.

<dependency>
    <groupId>com.sta-soft</groupId>
    <artifactId>mzip</artifactId>
    <version>1.27</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sta-soft : mzip to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.27

All Versions

Choose a version of com.sta-soft : mzip to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.27
mzip-1.27
1.26
mzip-1.26
1.25
mzip-1.25
1.24
mzip-1.24
1.23
mzip-1.23
1.22
mzip-1.22
1.21
mzip-1.21
1.20
mzip-1.20

How to add a dependency to Maven

Add the following com.sta-soft : mzip maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sta-soft</groupId>
    <artifactId>mzip</artifactId>
    <version>1.27</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sta-soft : mzip gradle dependency to your build.gradle file:

implementation 'com.sta-soft:mzip:1.27'

Gradle Kotlin DSL: Add the following com.sta-soft : mzip gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sta-soft:mzip:1.27")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sta-soft : mzip sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sta-soft" % "mzip" % "1.27"

Advertisement