MVN

cn.com.riversoft : weixin-open

Maven & Gradle

Jun 14, 2019
957 stars

weixin sdk open

<dependency>
    <groupId>cn.com.riversoft</groupId>
    <artifactId>weixin-open</artifactId>
    <version>0.9.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.com.riversoft : weixin-open to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.8

All Versions

Choose a version of cn.com.riversoft : weixin-open to add to Maven or Gradle - All Versions:

  • Version Updated
  • weixin-open-0.9.8

    Jun 14, 2019
  • weixin-open-0.9.7

    Feb 06, 2019
  • weixin-open-0.9.6

    Sep 06, 2017
  • weixin-open-0.9.5

    Apr 12, 2017
  • weixin-open-0.9.4

    Mar 06, 2017
  • weixin-open-0.9.3

    Feb 16, 2017
  • weixin-open-0.9.2

    Dec 30, 2016
  • weixin-open-0.9.1

    Dec 26, 2016
  • weixin-open-0.9.0

    Dec 22, 2016
  • weixin-open-0.8.9

    Nov 04, 2016
  • weixin-open-0.8.8

    Aug 15, 2016
  • weixin-open-0.8.7

    Jun 11, 2016
  • weixin-open-0.8.6

    Jun 07, 2016
  • weixin-open-0.8.5

    May 26, 2016
  • weixin-open-0.8.4

    May 17, 2016
  • weixin-open-0.8.3

    Apr 27, 2016
  • weixin-open-0.8.2

    Apr 04, 2016

How to add a dependency to Maven

Add the following cn.com.riversoft : weixin-open maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.com.riversoft</groupId>
    <artifactId>weixin-open</artifactId>
    <version>0.9.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.com.riversoft : weixin-open gradle dependency to your build.gradle file:

implementation 'cn.com.riversoft:weixin-open:0.9.8'

Gradle Kotlin DSL: Add the following cn.com.riversoft : weixin-open gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.com.riversoft:weixin-open:0.9.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.com.riversoft : weixin-open sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.com.riversoft" % "weixin-open" % "0.9.8"