Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcn.yusiwen |
ArtifactId | ArtifactIdwxpay-spring-boot-starter |
Version | Version1.0.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.yusiwen/wxpay-spring-boot-starter/ -->
<dependency>
<groupId>cn.yusiwen</groupId>
<artifactId>wxpay-spring-boot-starter</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.yusiwen/wxpay-spring-boot-starter/
implementation 'cn.yusiwen:wxpay-spring-boot-starter:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/cn.yusiwen/wxpay-spring-boot-starter/
implementation ("cn.yusiwen:wxpay-spring-boot-starter:1.0.0.RELEASE")
'cn.yusiwen:wxpay-spring-boot-starter:jar:1.0.0.RELEASE'
<dependency org="cn.yusiwen" name="wxpay-spring-boot-starter" rev="1.0.0.RELEASE">
<artifact name="wxpay-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.yusiwen', module='wxpay-spring-boot-starter', version='1.0.0.RELEASE')
)
libraryDependencies += "cn.yusiwen" % "wxpay-spring-boot-starter" % "1.0.0.RELEASE"
[cn.yusiwen/wxpay-spring-boot-starter "1.0.0.RELEASE"]