MVN

com.mingzuozhibi : mzzb-common

Maven & Gradle

Sep 21, 2019
2 stars

Mzzb Common · Common Module For Mingzuozhibi.com

<dependency>
    <groupId>com.mingzuozhibi</groupId>
    <artifactId>mzzb-common</artifactId>
    <version>0.3.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mingzuozhibi : mzzb-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.8

All Versions

Choose a version of com.mingzuozhibi : mzzb-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
mzzb-common-0.3.8
mzzb-common-0.3.7
mzzb-common-0.3.6
mzzb-common-0.3.5
mzzb-common-0.3.4
mzzb-common-0.3.3
mzzb-common-0.3.2
mzzb-common-0.3.1
mzzb-common-0.3.0
0.2.x
mzzb-common-0.2.8
mzzb-common-0.2.7
mzzb-common-0.2.6
mzzb-common-0.2.5
mzzb-common-0.2.4
mzzb-common-0.2.3
mzzb-common-0.2.2
mzzb-common-0.2.1
mzzb-common-0.2.0
0.1.x
mzzb-common-0.1.1
mzzb-common-0.1.0

How to add a dependency to Maven

Add the following com.mingzuozhibi : mzzb-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mingzuozhibi</groupId>
    <artifactId>mzzb-common</artifactId>
    <version>0.3.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mingzuozhibi : mzzb-common gradle dependency to your build.gradle file:

implementation 'com.mingzuozhibi:mzzb-common:0.3.8'

Gradle Kotlin DSL: Add the following com.mingzuozhibi : mzzb-common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mingzuozhibi:mzzb-common:0.3.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mingzuozhibi : mzzb-common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mingzuozhibi" % "mzzb-common" % "0.3.8"

Advertisement