| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdcn.felord.wepay.spring.boot | 
    
| ArtifactId | ArtifactIdwepay-spring-boot-starter | 
    
| Last Version | Last Version1.0.2 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionwepay-spring-boot-starter 
            Spring Boot Support for wePay 
         | 
    
<!-- https://jarcasting.com/artifacts/cn.felord.wepay.spring.boot/wepay-spring-boot-starter/ -->
<dependency>
    <groupId>cn.felord.wepay.spring.boot</groupId>
    <artifactId>wepay-spring-boot-starter</artifactId>
    <version>1.0.2</version>
</dependency>
                // https://jarcasting.com/artifacts/cn.felord.wepay.spring.boot/wepay-spring-boot-starter/
implementation 'cn.felord.wepay.spring.boot:wepay-spring-boot-starter:1.0.2'
                // https://jarcasting.com/artifacts/cn.felord.wepay.spring.boot/wepay-spring-boot-starter/
implementation ("cn.felord.wepay.spring.boot:wepay-spring-boot-starter:1.0.2")
                'cn.felord.wepay.spring.boot:wepay-spring-boot-starter:jar:1.0.2'
                <dependency org="cn.felord.wepay.spring.boot" name="wepay-spring-boot-starter" rev="1.0.2">
  <artifact name="wepay-spring-boot-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='cn.felord.wepay.spring.boot', module='wepay-spring-boot-starter', version='1.0.2')
)
                libraryDependencies += "cn.felord.wepay.spring.boot" % "wepay-spring-boot-starter" % "1.0.2"
                [cn.felord.wepay.spring.boot/wepay-spring-boot-starter "1.0.2"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | |
| cn.felord.wepay.spring.boot : wepay-spring-boot-autoconfigue | jar | 1.0.2 | 
| cn.felord : wePay | jar | 1.0.4 |