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