Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdclub.ximeng.huawei |
ArtifactId | ArtifactIdspring-boot-starters |
Version | Version1.1.0 |
Type | Typepom |
Filename | Size |
---|---|
spring-boot-starters-1.1.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.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"]