| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdcn.home1 | 
    
| ArtifactId | ArtifactIdoss-common-dependencies-spring-boot-1.5.6.RELEASE | 
    
| Last Version | Last Version1.0.12.OSS | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionoss-common-dependencies-spring-boot-1.5.6.RELEASE 
            Common dependencies used in different open source stack module implementations based on spring-boot-1.5.6 
         | 
    
| Filename | Size | 
|---|---|
| oss-common-dependencies-spring-boot-1.5.6.RELEASE-1.0.12.OSS.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/cn.home1/oss-common-dependencies-spring-boot-1.5.6.RELEASE/ -->
<dependency>
    <groupId>cn.home1</groupId>
    <artifactId>oss-common-dependencies-spring-boot-1.5.6.RELEASE</artifactId>
    <version>1.0.12.OSS</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/cn.home1/oss-common-dependencies-spring-boot-1.5.6.RELEASE/
implementation 'cn.home1:oss-common-dependencies-spring-boot-1.5.6.RELEASE:1.0.12.OSS'
                // https://jarcasting.com/artifacts/cn.home1/oss-common-dependencies-spring-boot-1.5.6.RELEASE/
implementation ("cn.home1:oss-common-dependencies-spring-boot-1.5.6.RELEASE:1.0.12.OSS")
                'cn.home1:oss-common-dependencies-spring-boot-1.5.6.RELEASE:pom:1.0.12.OSS'
                <dependency org="cn.home1" name="oss-common-dependencies-spring-boot-1.5.6.RELEASE" rev="1.0.12.OSS">
  <artifact name="oss-common-dependencies-spring-boot-1.5.6.RELEASE" type="pom" />
</dependency>
                @Grapes(
@Grab(group='cn.home1', module='oss-common-dependencies-spring-boot-1.5.6.RELEASE', version='1.0.12.OSS')
)
                libraryDependencies += "cn.home1" % "oss-common-dependencies-spring-boot-1.5.6.RELEASE" % "1.0.12.OSS"
                [cn.home1/oss-common-dependencies-spring-boot-1.5.6.RELEASE "1.0.12.OSS"]