License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.chengtaiheng |
ArtifactId | ArtifactIdmilestone-spring-boot-pay-alipay |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionA tool to integrate ali payment and WeChat payment
|
<!-- https://jarcasting.com/artifacts/com.github.chengtaiheng/milestone-spring-boot-pay-alipay/ -->
<dependency>
<groupId>com.github.chengtaiheng</groupId>
<artifactId>milestone-spring-boot-pay-alipay</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chengtaiheng/milestone-spring-boot-pay-alipay/
implementation 'com.github.chengtaiheng:milestone-spring-boot-pay-alipay:1.0.0'
// https://jarcasting.com/artifacts/com.github.chengtaiheng/milestone-spring-boot-pay-alipay/
implementation ("com.github.chengtaiheng:milestone-spring-boot-pay-alipay:1.0.0")
'com.github.chengtaiheng:milestone-spring-boot-pay-alipay:jar:1.0.0'
<dependency org="com.github.chengtaiheng" name="milestone-spring-boot-pay-alipay" rev="1.0.0">
<artifact name="milestone-spring-boot-pay-alipay" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chengtaiheng', module='milestone-spring-boot-pay-alipay', version='1.0.0')
)
libraryDependencies += "com.github.chengtaiheng" % "milestone-spring-boot-pay-alipay" % "1.0.0"
[com.github.chengtaiheng/milestone-spring-boot-pay-alipay "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.chengtaiheng : milestone-spring-boot-pay-common | jar | 1.0.0 |
com.github.chengtaiheng : milestone-spring-boot-pay-exception | jar | 1.0.0 |
com.alipay.sdk : alipay-sdk-java | jar | 3.4.49.ALL |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.8 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.1.8.RELEASE |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.8.RELEASE |
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.8.RELEASE |