MVN

com.xnx3.wangmarket.wm : wm

Maven & Gradle

Mar 24, 2023
2 usages
68.3k stars

wm · wm.zvo.cn

<dependency>
    <groupId>com.xnx3.wangmarket.wm</groupId>
    <artifactId>wm</artifactId>
    <version>2.37</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.xnx3.wangmarket.wm : wm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.37

All Versions

Choose a version of com.xnx3.wangmarket.wm : wm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.37
wm-2.37
2.26.x
wm-2.26.5
wm-2.26.4
2.24
wm-2.24
2.23
wm-2.23
2.20
wm-2.20
2.19
wm-2.19
2.10
wm-2.10
2.9
wm-2.9
2.3
wm-2.3
1.29
wm-1.29
1.26
wm-1.26
1.25
wm-1.25

How to add a dependency to Maven

Add the following com.xnx3.wangmarket.wm : wm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.xnx3.wangmarket.wm</groupId>
    <artifactId>wm</artifactId>
    <version>2.37</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.xnx3.wangmarket.wm : wm gradle dependency to your build.gradle file:

implementation 'com.xnx3.wangmarket.wm:wm:2.37'

Gradle Kotlin DSL: Add the following com.xnx3.wangmarket.wm : wm gradle kotlin dependency to your build.gradle.kts file:

implementation("com.xnx3.wangmarket.wm:wm:2.37")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.xnx3.wangmarket.wm : wm sbt scala dependency to your build.sbt file:

libraryDependencies += "com.xnx3.wangmarket.wm" % "wm" % "2.37"

Advertisement