Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdvip.zywork.wechat |
ArtifactId | ArtifactIdzywechatpay-spring-boot-starter |
Version | Version0.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/vip.zywork.wechat/zywechatpay-spring-boot-starter/ -->
<dependency>
<groupId>vip.zywork.wechat</groupId>
<artifactId>zywechatpay-spring-boot-starter</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/vip.zywork.wechat/zywechatpay-spring-boot-starter/
implementation 'vip.zywork.wechat:zywechatpay-spring-boot-starter:0.0.2'
// https://jarcasting.com/artifacts/vip.zywork.wechat/zywechatpay-spring-boot-starter/
implementation ("vip.zywork.wechat:zywechatpay-spring-boot-starter:0.0.2")
'vip.zywork.wechat:zywechatpay-spring-boot-starter:jar:0.0.2'
<dependency org="vip.zywork.wechat" name="zywechatpay-spring-boot-starter" rev="0.0.2">
<artifact name="zywechatpay-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='vip.zywork.wechat', module='zywechatpay-spring-boot-starter', version='0.0.2')
)
libraryDependencies += "vip.zywork.wechat" % "zywechatpay-spring-boot-starter" % "0.0.2"
[vip.zywork.wechat/zywechatpay-spring-boot-starter "0.0.2"]