| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
|---|---|
| GroupId | GroupIdio.xiaper | 
    
| ArtifactId | ArtifactIdxiaper-spring-boot-rest-wechat | 
    
| Version | Version2.1.5.RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/io.xiaper/xiaper-spring-boot-rest-wechat/ -->
<dependency>
    <groupId>io.xiaper</groupId>
    <artifactId>xiaper-spring-boot-rest-wechat</artifactId>
    <version>2.1.5.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/io.xiaper/xiaper-spring-boot-rest-wechat/
implementation 'io.xiaper:xiaper-spring-boot-rest-wechat:2.1.5.RELEASE'
                // https://jarcasting.com/artifacts/io.xiaper/xiaper-spring-boot-rest-wechat/
implementation ("io.xiaper:xiaper-spring-boot-rest-wechat:2.1.5.RELEASE")
                'io.xiaper:xiaper-spring-boot-rest-wechat:jar:2.1.5.RELEASE'
                <dependency org="io.xiaper" name="xiaper-spring-boot-rest-wechat" rev="2.1.5.RELEASE">
  <artifact name="xiaper-spring-boot-rest-wechat" type="jar" />
</dependency>
                @Grapes(
@Grab(group='io.xiaper', module='xiaper-spring-boot-rest-wechat', version='2.1.5.RELEASE')
)
                libraryDependencies += "io.xiaper" % "xiaper-spring-boot-rest-wechat" % "2.1.5.RELEASE"
                [io.xiaper/xiaper-spring-boot-rest-wechat "2.1.5.RELEASE"]