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