Files download
File Operation
wechat-spring-boot-starter-1.4.0-alpha.4.jar download
wechat-spring-boot-starter-1.4.0-alpha.4.pom download
wechat-spring-boot-starter-1.4.0-alpha.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.seepine</groupId>
  <artifactId>wechat-spring-boot-starter</artifactId>
  <version>1.4.0-alpha.4</version>
</dependency>
Gradle Groovy
implementation 'com.seepine:wechat-spring-boot-starter:1.4.0-alpha.4'
Gradle Kotlin
implementation("com.seepine:wechat-spring-boot-starter:1.4.0-alpha.4")
Scala SBT
libraryDependencies += "com.seepine" % "wechat-spring-boot-starter" % "1.4.0-alpha.4"
Groovy Grape
@Grapes(
  @Grab(group='com.seepine', module='wechat-spring-boot-starter', version='1.4.0-alpha.4')
)
Apache Ivy
<dependency org="com.seepine" name="wechat-spring-boot-starter" rev="1.4.0-alpha.4" />
Leiningen
[com.seepine/wechat-spring-boot-starter "1.4.0-alpha.4"]
Apache Buildr
'com.seepine:wechat-spring-boot-starter:jar:1.4.0-alpha.4'