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