| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdcom.juconcurrent.infra | 
    
| ArtifactId | ArtifactIdparent-spring-boot-starter | 
    
| Last Version | Last Version1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Descriptioninfra framework 
         | 
    
| Filename | Size | 
|---|---|
| parent-spring-boot-starter-1.0.pom | 658 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.juconcurrent.infra/parent-spring-boot-starter/ -->
<dependency>
    <groupId>com.juconcurrent.infra</groupId>
    <artifactId>parent-spring-boot-starter</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.juconcurrent.infra/parent-spring-boot-starter/
implementation 'com.juconcurrent.infra:parent-spring-boot-starter:1.0'
                // https://jarcasting.com/artifacts/com.juconcurrent.infra/parent-spring-boot-starter/
implementation ("com.juconcurrent.infra:parent-spring-boot-starter:1.0")
                'com.juconcurrent.infra:parent-spring-boot-starter:pom:1.0'
                <dependency org="com.juconcurrent.infra" name="parent-spring-boot-starter" rev="1.0">
  <artifact name="parent-spring-boot-starter" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.juconcurrent.infra', module='parent-spring-boot-starter', version='1.0')
)
                libraryDependencies += "com.juconcurrent.infra" % "parent-spring-boot-starter" % "1.0"
                [com.juconcurrent.infra/parent-spring-boot-starter "1.0"]