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