License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcc.bable |
ArtifactId | ArtifactIdalipay-spring-boot-starter |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionAlipay Springboot Starter
Alipay Springboot Starter
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/cc.bable/alipay-spring-boot-starter/ -->
<dependency>
<groupId>cc.bable</groupId>
<artifactId>alipay-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cc.bable/alipay-spring-boot-starter/
implementation 'cc.bable:alipay-spring-boot-starter:1.0.0'
// https://jarcasting.com/artifacts/cc.bable/alipay-spring-boot-starter/
implementation ("cc.bable:alipay-spring-boot-starter:1.0.0")
'cc.bable:alipay-spring-boot-starter:jar:1.0.0'
<dependency org="cc.bable" name="alipay-spring-boot-starter" rev="1.0.0">
<artifact name="alipay-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.bable', module='alipay-spring-boot-starter', version='1.0.0')
)
libraryDependencies += "cc.bable" % "alipay-spring-boot-starter" % "1.0.0"
[cc.bable/alipay-spring-boot-starter "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.alipay.sdk : alipay-sdk-java | jar | 3.4.27.ALL |
org.springframework.boot : spring-boot | jar | |
org.slf4j : slf4j-api | jar |