MVN

com.suyeer : fastwechat

Maven & Gradle

May 17, 2022

fastwechat · suyeer. 微信公众号小程序工具类.

<dependency>
    <groupId>com.suyeer</groupId>
    <artifactId>fastwechat</artifactId>
    <version>5.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.suyeer : fastwechat to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.0

All Versions

Choose a version of com.suyeer : fastwechat to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
fastwechat-5.0.0
4.0.x
fastwechat-4.0.0
3.4.x
fastwechat-3.4.6
fastwechat-3.4.5
fastwechat-3.4.4
fastwechat-3.4.3
fastwechat-3.4.2
fastwechat-3.4.1
fastwechat-3.4.0
3.3.x
fastwechat-3.3.10
fastwechat-3.3.9
fastwechat-3.3.8
fastwechat-3.3.7
fastwechat-3.3.6
fastwechat-3.3.5
fastwechat-3.3.4
fastwechat-3.3.3
fastwechat-3.3.2
fastwechat-3.3.1
fastwechat-3.3.0
3.2.x
fastwechat-3.2.9
fastwechat-3.2.8
fastwechat-3.2.7
fastwechat-3.2.6
fastwechat-3.2.4
fastwechat-3.2.3
fastwechat-3.2.1
fastwechat-3.2.0
3.1.x
fastwechat-3.1.0
3.0.x
fastwechat-3.0.7
fastwechat-3.0.6
fastwechat-3.0.5
fastwechat-3.0.4
fastwechat-3.0.3
fastwechat-3.0.2
fastwechat-3.0.1
fastwechat-3.0.0
2.2.x
fastwechat-2.2.1
fastwechat-2.2.0
2.1.x
fastwechat-2.1.7
fastwechat-2.1.6
fastwechat-2.1.5
fastwechat-2.1.4
fastwechat-2.1.3
fastwechat-2.1.2
fastwechat-2.1.0
2.0.x
fastwechat-2.0.9
fastwechat-2.0.8
fastwechat-2.0.7
fastwechat-2.0.6
fastwechat-2.0.5
fastwechat-2.0.4
fastwechat-2.0.3
fastwechat-2.0.1
fastwechat-2.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.suyeer</groupId>
    <artifactId>fastwechat</artifactId>
    <version>5.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.suyeer : fastwechat gradle dependency to your build.gradle file:

implementation 'com.suyeer:fastwechat:5.0.0'

Gradle Kotlin DSL: Add the following com.suyeer : fastwechat gradle kotlin dependency to your build.gradle.kts file:

implementation("com.suyeer:fastwechat:5.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.suyeer : fastwechat sbt scala dependency to your build.sbt file:

libraryDependencies += "com.suyeer" % "fastwechat" % "5.0.0"

Advertisement