| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdcn.felord | 
    
| ArtifactId | ArtifactIdpayment-spring-boot | 
    
| Version | Version1.0.10.RELEASE | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionpayment-spring-boot 
            wechat-pay and alipay sdk 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| payment-spring-boot-1.0.10.RELEASE.pom | 9 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/cn.felord/payment-spring-boot/ -->
<dependency>
    <groupId>cn.felord</groupId>
    <artifactId>payment-spring-boot</artifactId>
    <version>1.0.10.RELEASE</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/cn.felord/payment-spring-boot/
implementation 'cn.felord:payment-spring-boot:1.0.10.RELEASE'
                // https://jarcasting.com/artifacts/cn.felord/payment-spring-boot/
implementation ("cn.felord:payment-spring-boot:1.0.10.RELEASE")
                'cn.felord:payment-spring-boot:pom:1.0.10.RELEASE'
                <dependency org="cn.felord" name="payment-spring-boot" rev="1.0.10.RELEASE">
  <artifact name="payment-spring-boot" type="pom" />
</dependency>
                @Grapes(
@Grab(group='cn.felord', module='payment-spring-boot', version='1.0.10.RELEASE')
)
                libraryDependencies += "cn.felord" % "payment-spring-boot" % "1.0.10.RELEASE"
                [cn.felord/payment-spring-boot "1.0.10.RELEASE"]