MVN

cn.zkdcloud : weChat

Maven & Gradle

Sep 30, 2017
6 stars

wechat middleware · we can use it easy to build weChat

<dependency>
    <groupId>cn.zkdcloud</groupId>
    <artifactId>weChat</artifactId>
    <version>0.6-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.zkdcloud : weChat to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6-RELEASE

All Versions

Choose a version of cn.zkdcloud : weChat to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6
weChat-0.6-RELEASE
0.5
weChat-0.5-RELEASE
0.4
weChat-0.4-RELEASE
0.3
weChat-0.3-RELEASE
0.2
weChat-0.2-RELEASE
0.1
weChat-0.1-RELEASE

How to add a dependency to Maven

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

<dependency>
    <groupId>cn.zkdcloud</groupId>
    <artifactId>weChat</artifactId>
    <version>0.6-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.zkdcloud : weChat gradle dependency to your build.gradle file:

implementation 'cn.zkdcloud:weChat:0.6-RELEASE'

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

implementation("cn.zkdcloud:weChat:0.6-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.zkdcloud : weChat sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.zkdcloud" % "weChat" % "0.6-RELEASE"

Advertisement