MVN

me.xuxiaoxiao : chatapi-wechat

Maven & Gradle

Feb 17, 2020

chatapi-wechat · Java版本微信聊天接口,使用网页微信API,让你能够开发自己的微信聊天机器人。

<dependency>
    <groupId>me.xuxiaoxiao</groupId>
    <artifactId>chatapi-wechat</artifactId>
    <version>1.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.xuxiaoxiao : chatapi-wechat to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.0

All Versions

Choose a version of me.xuxiaoxiao : chatapi-wechat to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
chatapi-wechat-1.4.0
1.3.x
chatapi-wechat-1.3.0
1.2.x
chatapi-wechat-1.2.0
1.1.x
chatapi-wechat-1.1.5
chatapi-wechat-1.1.4
chatapi-wechat-1.1.3
chatapi-wechat-1.1.2
chatapi-wechat-1.1.1
chatapi-wechat-1.1.0

How to add a dependency to Maven

Add the following me.xuxiaoxiao : chatapi-wechat maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.xuxiaoxiao</groupId>
    <artifactId>chatapi-wechat</artifactId>
    <version>1.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.xuxiaoxiao : chatapi-wechat gradle dependency to your build.gradle file:

implementation 'me.xuxiaoxiao:chatapi-wechat:1.4.0'

Gradle Kotlin DSL: Add the following me.xuxiaoxiao : chatapi-wechat gradle kotlin dependency to your build.gradle.kts file:

implementation("me.xuxiaoxiao:chatapi-wechat:1.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.xuxiaoxiao : chatapi-wechat sbt scala dependency to your build.sbt file:

libraryDependencies += "me.xuxiaoxiao" % "chatapi-wechat" % "1.4.0"

Advertisement