Files download
File Operation
wecom-1.2.6.pom download
Apache Maven
<dependency>
  <groupId>cn.felord</groupId>
  <artifactId>wecom</artifactId>
  <version>1.2.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'cn.felord:wecom:1.2.6'
Gradle Kotlin
implementation("cn.felord:wecom:1.2.6")
Scala SBT
libraryDependencies += "cn.felord" % "wecom" % "1.2.6"
Groovy Grape
@Grapes(
  @Grab(group='cn.felord', module='wecom', version='1.2.6')
)
Apache Ivy
<dependency org="cn.felord" name="wecom" rev="1.2.6" />
Leiningen
[cn.felord/wecom "1.2.6"]
Apache Buildr
'cn.felord:wecom:jar:1.2.6'
Dependencies
The project has no third-party dependencies