spring-boot
autoconfigura
| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdcn.izern | 
    
| ArtifactId | ArtifactIdspring-boot-parent | 
    
| Last Version | Last Version1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionspring-boot-parent 
            Extended spring-boot. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| spring-boot-parent-1.0.pom | 4 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/cn.izern/spring-boot-parent/ -->
<dependency>
    <groupId>cn.izern</groupId>
    <artifactId>spring-boot-parent</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/cn.izern/spring-boot-parent/
implementation 'cn.izern:spring-boot-parent:1.0'
                // https://jarcasting.com/artifacts/cn.izern/spring-boot-parent/
implementation ("cn.izern:spring-boot-parent:1.0")
                'cn.izern:spring-boot-parent:pom:1.0'
                <dependency org="cn.izern" name="spring-boot-parent" rev="1.0">
  <artifact name="spring-boot-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='cn.izern', module='spring-boot-parent', version='1.0')
)
                libraryDependencies += "cn.izern" % "spring-boot-parent" % "1.0"
                [cn.izern/spring-boot-parent "1.0"]
                autoconfigura