| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdcn.haoxiaoyong.oss | 
    
| ArtifactId | ArtifactIdoss-spring-boot-parent | 
    
| Last Version | Last Version0.0.2-beta | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionOSS Spring Boot :: Parent 
            OSS Spring Boot Parent 
         | 
    
| Filename | Size | 
|---|---|
| oss-spring-boot-parent-0.0.2-beta.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/cn.haoxiaoyong.oss/oss-spring-boot-parent/ -->
<dependency>
    <groupId>cn.haoxiaoyong.oss</groupId>
    <artifactId>oss-spring-boot-parent</artifactId>
    <version>0.0.2-beta</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/cn.haoxiaoyong.oss/oss-spring-boot-parent/
implementation 'cn.haoxiaoyong.oss:oss-spring-boot-parent:0.0.2-beta'
                // https://jarcasting.com/artifacts/cn.haoxiaoyong.oss/oss-spring-boot-parent/
implementation ("cn.haoxiaoyong.oss:oss-spring-boot-parent:0.0.2-beta")
                'cn.haoxiaoyong.oss:oss-spring-boot-parent:pom:0.0.2-beta'
                <dependency org="cn.haoxiaoyong.oss" name="oss-spring-boot-parent" rev="0.0.2-beta">
  <artifact name="oss-spring-boot-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='cn.haoxiaoyong.oss', module='oss-spring-boot-parent', version='0.0.2-beta')
)
                libraryDependencies += "cn.haoxiaoyong.oss" % "oss-spring-boot-parent" % "0.0.2-beta"
                [cn.haoxiaoyong.oss/oss-spring-boot-parent "0.0.2-beta"]