| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
|---|---|
| GroupId | GroupIdcn.org.faster | 
    
| ArtifactId | ArtifactIdspring-boot-starter-parent | 
    
| Version | Version1.1.0.RELEASE | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| spring-boot-starter-parent-1.1.0.RELEASE.pom | 759 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/cn.org.faster/spring-boot-starter-parent/ -->
<dependency>
    <groupId>cn.org.faster</groupId>
    <artifactId>spring-boot-starter-parent</artifactId>
    <version>1.1.0.RELEASE</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/cn.org.faster/spring-boot-starter-parent/
implementation 'cn.org.faster:spring-boot-starter-parent:1.1.0.RELEASE'
                // https://jarcasting.com/artifacts/cn.org.faster/spring-boot-starter-parent/
implementation ("cn.org.faster:spring-boot-starter-parent:1.1.0.RELEASE")
                'cn.org.faster:spring-boot-starter-parent:pom:1.1.0.RELEASE'
                <dependency org="cn.org.faster" name="spring-boot-starter-parent" rev="1.1.0.RELEASE">
  <artifact name="spring-boot-starter-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='cn.org.faster', module='spring-boot-starter-parent', version='1.1.0.RELEASE')
)
                libraryDependencies += "cn.org.faster" % "spring-boot-starter-parent" % "1.1.0.RELEASE"
                [cn.org.faster/spring-boot-starter-parent "1.1.0.RELEASE"]