MVN

cn.felord : wecom-objects

Maven & Gradle

Aug 06, 2023
82 stars

wecom-objects · Work WeChat Java SDK

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

Latest Version

Choose a version of cn.felord : wecom-objects 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 : wecom-objects to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'cn.felord:wecom-objects:1.1.6'

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

implementation("cn.felord:wecom-objects:1.1.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "cn.felord" % "wecom-objects" % "1.1.6"

Advertisement