License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcn.felord.wepay.spring.boot |
ArtifactId | ArtifactIdwepay-spring-boot |
Version | Version1.0.2 |
Type | Typepom |
Description |
Descriptionwepay-spring-boot
Spring Boot Support for wePay
|
Project URL |
Project URL |
Filename | Size |
---|---|
wepay-spring-boot-1.0.2.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.felord.wepay.spring.boot/wepay-spring-boot/ -->
<dependency>
<groupId>cn.felord.wepay.spring.boot</groupId>
<artifactId>wepay-spring-boot</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.felord.wepay.spring.boot/wepay-spring-boot/
implementation 'cn.felord.wepay.spring.boot:wepay-spring-boot:1.0.2'
// https://jarcasting.com/artifacts/cn.felord.wepay.spring.boot/wepay-spring-boot/
implementation ("cn.felord.wepay.spring.boot:wepay-spring-boot:1.0.2")
'cn.felord.wepay.spring.boot:wepay-spring-boot:pom:1.0.2'
<dependency org="cn.felord.wepay.spring.boot" name="wepay-spring-boot" rev="1.0.2">
<artifact name="wepay-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.felord.wepay.spring.boot', module='wepay-spring-boot', version='1.0.2')
)
libraryDependencies += "cn.felord.wepay.spring.boot" % "wepay-spring-boot" % "1.0.2"
[cn.felord.wepay.spring.boot/wepay-spring-boot "1.0.2"]