Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.gitee.shizichao |
ArtifactId | ArtifactIdconcise-spring-boot-starter |
Version | Version0.0.4-REALSE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.gitee.shizichao/concise-spring-boot-starter/ -->
<dependency>
<groupId>io.gitee.shizichao</groupId>
<artifactId>concise-spring-boot-starter</artifactId>
<version>0.0.4-REALSE</version>
</dependency>
// https://jarcasting.com/artifacts/io.gitee.shizichao/concise-spring-boot-starter/
implementation 'io.gitee.shizichao:concise-spring-boot-starter:0.0.4-REALSE'
// https://jarcasting.com/artifacts/io.gitee.shizichao/concise-spring-boot-starter/
implementation ("io.gitee.shizichao:concise-spring-boot-starter:0.0.4-REALSE")
'io.gitee.shizichao:concise-spring-boot-starter:jar:0.0.4-REALSE'
<dependency org="io.gitee.shizichao" name="concise-spring-boot-starter" rev="0.0.4-REALSE">
<artifact name="concise-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gitee.shizichao', module='concise-spring-boot-starter', version='0.0.4-REALSE')
)
libraryDependencies += "io.gitee.shizichao" % "concise-spring-boot-starter" % "0.0.4-REALSE"
[io.gitee.shizichao/concise-spring-boot-starter "0.0.4-REALSE"]