License |
License |
---|---|
GroupId | GroupIdio.github.jerrychin |
ArtifactId | ArtifactIdwechatpay-sample-app |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionwechatpay-sample-app
Unofficial implementation of WeChat Pay SpringBoot Integration, Yummy!
|
<!-- https://jarcasting.com/artifacts/io.github.jerrychin/wechatpay-sample-app/ -->
<dependency>
<groupId>io.github.jerrychin</groupId>
<artifactId>wechatpay-sample-app</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jerrychin/wechatpay-sample-app/
implementation 'io.github.jerrychin:wechatpay-sample-app:0.0.1'
// https://jarcasting.com/artifacts/io.github.jerrychin/wechatpay-sample-app/
implementation ("io.github.jerrychin:wechatpay-sample-app:0.0.1")
'io.github.jerrychin:wechatpay-sample-app:jar:0.0.1'
<dependency org="io.github.jerrychin" name="wechatpay-sample-app" rev="0.0.1">
<artifact name="wechatpay-sample-app" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jerrychin', module='wechatpay-sample-app', version='0.0.1')
)
libraryDependencies += "io.github.jerrychin" % "wechatpay-sample-app" % "0.0.1"
[io.github.jerrychin/wechatpay-sample-app "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | |
org.springframework.boot : spring-boot-starter-actuator | jar | |
io.github.jerrychin : wechatpay-spring-boot-starter | jar | 0.0.1 |
com.github.wechatpay-apiv3 : wechatpay-apache-httpclient | jar | 0.4.4 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |