| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdcn.donting | 
    
| ArtifactId | ArtifactIdplugin-spring-boot-starter | 
    
| Last Version | Last Version0.0.8-bate | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionplugin-spring-boot-starter 
            springboot 插件化开发框架 
         | 
    
| Project URL | 
                    Project URL | 
            
<!-- https://jarcasting.com/artifacts/cn.donting/plugin-spring-boot-starter/ -->
<dependency>
    <groupId>cn.donting</groupId>
    <artifactId>plugin-spring-boot-starter</artifactId>
    <version>0.0.8-bate</version>
</dependency>
                // https://jarcasting.com/artifacts/cn.donting/plugin-spring-boot-starter/
implementation 'cn.donting:plugin-spring-boot-starter:0.0.8-bate'
                // https://jarcasting.com/artifacts/cn.donting/plugin-spring-boot-starter/
implementation ("cn.donting:plugin-spring-boot-starter:0.0.8-bate")
                'cn.donting:plugin-spring-boot-starter:jar:0.0.8-bate'
                <dependency org="cn.donting" name="plugin-spring-boot-starter" rev="0.0.8-bate">
  <artifact name="plugin-spring-boot-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='cn.donting', module='plugin-spring-boot-starter', version='0.0.8-bate')
)
                libraryDependencies += "cn.donting" % "plugin-spring-boot-starter" % "0.0.8-bate"
                [cn.donting/plugin-spring-boot-starter "0.0.8-bate"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.alibaba : fastjson | jar | 1.2.68 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.projectlombok : lombok | jar | 1.16.20 | 
| org.springframework.boot : spring-boot-starter | jar | 2.2.5.RELEASE | 
| org.springframework.boot : spring-boot-starter-web | jar | 2.2.5.RELEASE | 
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.2.5.RELEASE |