| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdcn.home1 | 
    
| ArtifactId | ArtifactIddeps-spring-boot | 
    
| Last Version | Last Version3.3.0 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Descriptiondeps-spring-boot 
            Dependency management for spring-boot, spring-data, spring-cloud 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| deps-spring-boot-3.3.0.pom | 11 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/cn.home1/deps-spring-boot/ -->
<dependency>
    <groupId>cn.home1</groupId>
    <artifactId>deps-spring-boot</artifactId>
    <version>3.3.0</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/cn.home1/deps-spring-boot/
implementation 'cn.home1:deps-spring-boot:3.3.0'
                // https://jarcasting.com/artifacts/cn.home1/deps-spring-boot/
implementation ("cn.home1:deps-spring-boot:3.3.0")
                'cn.home1:deps-spring-boot:pom:3.3.0'
                <dependency org="cn.home1" name="deps-spring-boot" rev="3.3.0">
  <artifact name="deps-spring-boot" type="pom" />
</dependency>
                @Grapes(
@Grab(group='cn.home1', module='deps-spring-boot', version='3.3.0')
)
                libraryDependencies += "cn.home1" % "deps-spring-boot" % "3.3.0"
                [cn.home1/deps-spring-boot "3.3.0"]