| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdcn.ibaijia | 
    
| ArtifactId | ArtifactIdjsm-spring-boot-parent | 
    
| Last Version | Last Version1.0.1 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionjsm-spring-boot-parent 
            spring boot starter for jsm-frame 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| jsm-spring-boot-parent-1.0.1.pom | 6 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/cn.ibaijia/jsm-spring-boot-parent/ -->
<dependency>
    <groupId>cn.ibaijia</groupId>
    <artifactId>jsm-spring-boot-parent</artifactId>
    <version>1.0.1</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/cn.ibaijia/jsm-spring-boot-parent/
implementation 'cn.ibaijia:jsm-spring-boot-parent:1.0.1'
                // https://jarcasting.com/artifacts/cn.ibaijia/jsm-spring-boot-parent/
implementation ("cn.ibaijia:jsm-spring-boot-parent:1.0.1")
                'cn.ibaijia:jsm-spring-boot-parent:pom:1.0.1'
                <dependency org="cn.ibaijia" name="jsm-spring-boot-parent" rev="1.0.1">
  <artifact name="jsm-spring-boot-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='cn.ibaijia', module='jsm-spring-boot-parent', version='1.0.1')
)
                libraryDependencies += "cn.ibaijia" % "jsm-spring-boot-parent" % "1.0.1"
                [cn.ibaijia/jsm-spring-boot-parent "1.0.1"]