Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcn.xphsc |
ArtifactId | ArtifactIdcat-spring-boot-starter |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.xphsc/cat-spring-boot-starter/ -->
<dependency>
<groupId>cn.xphsc</groupId>
<artifactId>cat-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.xphsc/cat-spring-boot-starter/
implementation 'cn.xphsc:cat-spring-boot-starter:1.0.0'
// https://jarcasting.com/artifacts/cn.xphsc/cat-spring-boot-starter/
implementation ("cn.xphsc:cat-spring-boot-starter:1.0.0")
'cn.xphsc:cat-spring-boot-starter:jar:1.0.0'
<dependency org="cn.xphsc" name="cat-spring-boot-starter" rev="1.0.0">
<artifact name="cat-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.xphsc', module='cat-spring-boot-starter', version='1.0.0')
)
libraryDependencies += "cn.xphsc" % "cat-spring-boot-starter" % "1.0.0"
[cn.xphsc/cat-spring-boot-starter "1.0.0"]