| License | License | 
|---|---|
| Categories | CategoriesSpring Boot Container Microservices | 
| GroupId | GroupIdclub.ximeng.huawei | 
| ArtifactId | ArtifactIdspring-boot-starters | 
| Last Version | Last Version1.2.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptionspring-boot-starters HwJava 各个模块的 Spring Boot Starter | 
| Filename | Size | 
|---|---|
| spring-boot-starters-1.2.0.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/club.ximeng.huawei/spring-boot-starters/ -->
<dependency>
    <groupId>club.ximeng.huawei</groupId>
    <artifactId>spring-boot-starters</artifactId>
    <version>1.2.0</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/club.ximeng.huawei/spring-boot-starters/
implementation 'club.ximeng.huawei:spring-boot-starters:1.2.0'// https://jarcasting.com/artifacts/club.ximeng.huawei/spring-boot-starters/
implementation ("club.ximeng.huawei:spring-boot-starters:1.2.0")'club.ximeng.huawei:spring-boot-starters:pom:1.2.0'<dependency org="club.ximeng.huawei" name="spring-boot-starters" rev="1.2.0">
  <artifact name="spring-boot-starters" type="pom" />
</dependency>@Grapes(
@Grab(group='club.ximeng.huawei', module='spring-boot-starters', version='1.2.0')
)libraryDependencies += "club.ximeng.huawei" % "spring-boot-starters" % "1.2.0"[club.ximeng.huawei/spring-boot-starters "1.2.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 2.4.8 | 
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.4.8 | 
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.4.8 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.8 | 
| org.slf4j : slf4j-api | jar | 1.7.31 | 
| org.springframework : spring-web | jar | 5.3.8 |