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