License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.readyou |
ArtifactId | ArtifactIdwx-java-pay-starter |
Version | Version3.4.1 |
Type | Typejar |
Description |
DescriptionWxJava - Spring Boot Starter for WxPay
微信支付开发的Spring Boot Starter
|
<!-- https://jarcasting.com/artifacts/com.github.readyou/wx-java-pay-starter/ -->
<dependency>
<groupId>com.github.readyou</groupId>
<artifactId>wx-java-pay-starter</artifactId>
<version>3.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.readyou/wx-java-pay-starter/
implementation 'com.github.readyou:wx-java-pay-starter:3.4.1'
// https://jarcasting.com/artifacts/com.github.readyou/wx-java-pay-starter/
implementation ("com.github.readyou:wx-java-pay-starter:3.4.1")
'com.github.readyou:wx-java-pay-starter:jar:3.4.1'
<dependency org="com.github.readyou" name="wx-java-pay-starter" rev="3.4.1">
<artifact name="wx-java-pay-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.readyou', module='wx-java-pay-starter', version='3.4.1')
)
libraryDependencies += "com.github.readyou" % "wx-java-pay-starter" % "3.4.1"
[com.github.readyou/wx-java-pay-starter "3.4.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.4.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.1.4.RELEASE |
com.github.readyou : weixin-java-pay | jar | 3.4.1 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.18 |