License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcn.belier.pay |
ArtifactId | ArtifactIdalipay-spring-boot-starter |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionalipay-spring-boot-starter
阿里支付自动装配
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/cn.belier.pay/alipay-spring-boot-starter/ -->
<dependency>
<groupId>cn.belier.pay</groupId>
<artifactId>alipay-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.belier.pay/alipay-spring-boot-starter/
implementation 'cn.belier.pay:alipay-spring-boot-starter:1.0.0'
// https://jarcasting.com/artifacts/cn.belier.pay/alipay-spring-boot-starter/
implementation ("cn.belier.pay:alipay-spring-boot-starter:1.0.0")
'cn.belier.pay:alipay-spring-boot-starter:jar:1.0.0'
<dependency org="cn.belier.pay" name="alipay-spring-boot-starter" rev="1.0.0">
<artifact name="alipay-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.belier.pay', module='alipay-spring-boot-starter', version='1.0.0')
)
libraryDependencies += "cn.belier.pay" % "alipay-spring-boot-starter" % "1.0.0"
[cn.belier.pay/alipay-spring-boot-starter "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | 2.0.1.RELEASE |
org.springframework.boot : spring-boot-configuration-processor | jar | 2.0.1.RELEASE |
org.projectlombok : lombok Optional | jar | 1.18.6 |
com.alipay.sdk : alipay-sdk-java | jar | 3.7.26.ALL |
org.slf4j : slf4j-api | jar | 1.7.25 |