Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.rwocj |
ArtifactId | ArtifactIdwxpay-v3-spring-boot-starter |
Version | Version0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.rwocj/wxpay-v3-spring-boot-starter/ -->
<dependency>
<groupId>com.github.rwocj</groupId>
<artifactId>wxpay-v3-spring-boot-starter</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rwocj/wxpay-v3-spring-boot-starter/
implementation 'com.github.rwocj:wxpay-v3-spring-boot-starter:0.3'
// https://jarcasting.com/artifacts/com.github.rwocj/wxpay-v3-spring-boot-starter/
implementation ("com.github.rwocj:wxpay-v3-spring-boot-starter:0.3")
'com.github.rwocj:wxpay-v3-spring-boot-starter:jar:0.3'
<dependency org="com.github.rwocj" name="wxpay-v3-spring-boot-starter" rev="0.3">
<artifact name="wxpay-v3-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rwocj', module='wxpay-v3-spring-boot-starter', version='0.3')
)
libraryDependencies += "com.github.rwocj" % "wxpay-v3-spring-boot-starter" % "0.3"
[com.github.rwocj/wxpay-v3-spring-boot-starter "0.3"]