| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdcom.seepine | 
    
| ArtifactId | ArtifactIdwechat-spring-boot-starter | 
    
| Version | Version1.4.0-alpha | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionwechat-spring-boot-starter 
            easy weChat miniProgram api template. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/com.seepine/wechat-spring-boot-starter/ -->
<dependency>
    <groupId>com.seepine</groupId>
    <artifactId>wechat-spring-boot-starter</artifactId>
    <version>1.4.0-alpha</version>
</dependency>
                // https://jarcasting.com/artifacts/com.seepine/wechat-spring-boot-starter/
implementation 'com.seepine:wechat-spring-boot-starter:1.4.0-alpha'
                // https://jarcasting.com/artifacts/com.seepine/wechat-spring-boot-starter/
implementation ("com.seepine:wechat-spring-boot-starter:1.4.0-alpha")
                'com.seepine:wechat-spring-boot-starter:jar:1.4.0-alpha'
                <dependency org="com.seepine" name="wechat-spring-boot-starter" rev="1.4.0-alpha">
  <artifact name="wechat-spring-boot-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.seepine', module='wechat-spring-boot-starter', version='1.4.0-alpha')
)
                libraryDependencies += "com.seepine" % "wechat-spring-boot-starter" % "1.4.0-alpha"
                [com.seepine/wechat-spring-boot-starter "1.4.0-alpha"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.seepine : http | jar | 0.1.0 | 
| com.seepine : json | jar | 0.0.2 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | |
| org.projectlombok : lombok Optional | jar | |
| org.springframework.boot : spring-boot-configuration-processor | jar |