| License | License | 
|---|---|
| Categories | CategoriesSpring Boot Container Microservices | 
| GroupId | GroupIdcom.github.chengtaiheng | 
| ArtifactId | ArtifactIdmilestone-spring-boot-pay | 
| Last Version | Last Version1.0.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptionmilestone-spring-boot-pay A tool to integrate ali payment and WeChat payment | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| milestone-spring-boot-pay-1.0.0.pom | 8 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.chengtaiheng/milestone-spring-boot-pay/ -->
<dependency>
    <groupId>com.github.chengtaiheng</groupId>
    <artifactId>milestone-spring-boot-pay</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.github.chengtaiheng/milestone-spring-boot-pay/
implementation 'com.github.chengtaiheng:milestone-spring-boot-pay:1.0.0'// https://jarcasting.com/artifacts/com.github.chengtaiheng/milestone-spring-boot-pay/
implementation ("com.github.chengtaiheng:milestone-spring-boot-pay:1.0.0")'com.github.chengtaiheng:milestone-spring-boot-pay:pom:1.0.0'<dependency org="com.github.chengtaiheng" name="milestone-spring-boot-pay" rev="1.0.0">
  <artifact name="milestone-spring-boot-pay" type="pom" />
</dependency>@Grapes(
@Grab(group='com.github.chengtaiheng', module='milestone-spring-boot-pay', version='1.0.0')
)libraryDependencies += "com.github.chengtaiheng" % "milestone-spring-boot-pay" % "1.0.0"[com.github.chengtaiheng/milestone-spring-boot-pay "1.0.0"]