is not current version
Last Version 1.2.0

club.ximeng.huawei:spring-boot-starters 1.1.0

HwJava 各个模块的 Spring Boot Starter

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

club.ximeng.huawei
ArtifactId

ArtifactId

spring-boot-starters
Version

Version

1.1.0
Type

Type

pom

Download spring-boot-starters 1.1.0


<!-- https://jarcasting.com/artifacts/club.ximeng.huawei/spring-boot-starters/ -->
<dependency>
    <groupId>club.ximeng.huawei</groupId>
    <artifactId>spring-boot-starters</artifactId>
    <version>1.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/club.ximeng.huawei/spring-boot-starters/
implementation 'club.ximeng.huawei:spring-boot-starters:1.1.0'
// https://jarcasting.com/artifacts/club.ximeng.huawei/spring-boot-starters/
implementation ("club.ximeng.huawei:spring-boot-starters:1.1.0")
'club.ximeng.huawei:spring-boot-starters:pom:1.1.0'
<dependency org="club.ximeng.huawei" name="spring-boot-starters" rev="1.1.0">
  <artifact name="spring-boot-starters" type="pom" />
</dependency>
@Grapes(
@Grab(group='club.ximeng.huawei', module='spring-boot-starters', version='1.1.0')
)
libraryDependencies += "club.ximeng.huawei" % "spring-boot-starters" % "1.1.0"
[club.ximeng.huawei/spring-boot-starters "1.1.0"]