w

wxpay-v3-spring-boot-starter

基于微信v3接口规则实现微信支付的starter
The Apache Software License, Version 2.0
lqb
Files download
File Operation
wxpay-v3-spring-boot-starter-0.5.jar download
wxpay-v3-spring-boot-starter-0.5.pom download
wxpay-v3-spring-boot-starter-0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.rwocj</groupId>
  <artifactId>wxpay-v3-spring-boot-starter</artifactId>
  <version>0.5</version>
</dependency>
Gradle Groovy
implementation 'com.github.rwocj:wxpay-v3-spring-boot-starter:0.5'
Gradle Kotlin
implementation("com.github.rwocj:wxpay-v3-spring-boot-starter:0.5")
Scala SBT
libraryDependencies += "com.github.rwocj" % "wxpay-v3-spring-boot-starter" % "0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.github.rwocj', module='wxpay-v3-spring-boot-starter', version='0.5')
)
Apache Ivy
<dependency org="com.github.rwocj" name="wxpay-v3-spring-boot-starter" rev="0.5" />
Leiningen
[com.github.rwocj/wxpay-v3-spring-boot-starter "0.5"]
Apache Buildr
'com.github.rwocj:wxpay-v3-spring-boot-starter:jar:0.5'