MVN

cn.felord : rx-wecom-sdk

Maven & Gradle

Aug 06, 2023
82 stars

rx-wecom-sdk · Work WeChat Java SDK

<dependency>
    <groupId>cn.felord</groupId>
    <artifactId>rx-wecom-sdk</artifactId>
    <version>1.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.felord : rx-wecom-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.6
  • Latest Release Candidate: 1.0.15.RC3

All Versions

Choose a version of cn.felord : rx-wecom-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
rx-wecom-sdk-1.1.6
rx-wecom-sdk-1.1.5
rx-wecom-sdk-1.1.4
rx-wecom-sdk-1.1.3
rx-wecom-sdk-1.1.2
rx-wecom-sdk-1.1.1
rx-wecom-sdk-1.1.0
1.0.x
rx-wecom-sdk-1.0.15.RC3
rx-wecom-sdk-1.0.15.RC2
rx-wecom-sdk-1.0.15.RC
rx-wecom-sdk-1.0.14
rx-wecom-sdk-1.0.14.RC2

How to add a dependency to Maven

Add the following cn.felord : rx-wecom-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.felord</groupId>
    <artifactId>rx-wecom-sdk</artifactId>
    <version>1.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.felord : rx-wecom-sdk gradle dependency to your build.gradle file:

implementation 'cn.felord:rx-wecom-sdk:1.1.6'

Gradle Kotlin DSL: Add the following cn.felord : rx-wecom-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.felord:rx-wecom-sdk:1.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.felord : rx-wecom-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.felord" % "rx-wecom-sdk" % "1.1.6"

Advertisement