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