Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.gitee.zhucan123 |
ArtifactId | ArtifactIdrocket-ons-spring-boot-starter |
Version | Version1.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.gitee.zhucan123/rocket-ons-spring-boot-starter/ -->
<dependency>
<groupId>io.gitee.zhucan123</groupId>
<artifactId>rocket-ons-spring-boot-starter</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.gitee.zhucan123/rocket-ons-spring-boot-starter/
implementation 'io.gitee.zhucan123:rocket-ons-spring-boot-starter:1.0.3'
// https://jarcasting.com/artifacts/io.gitee.zhucan123/rocket-ons-spring-boot-starter/
implementation ("io.gitee.zhucan123:rocket-ons-spring-boot-starter:1.0.3")
'io.gitee.zhucan123:rocket-ons-spring-boot-starter:jar:1.0.3'
<dependency org="io.gitee.zhucan123" name="rocket-ons-spring-boot-starter" rev="1.0.3">
<artifact name="rocket-ons-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gitee.zhucan123', module='rocket-ons-spring-boot-starter', version='1.0.3')
)
libraryDependencies += "io.gitee.zhucan123" % "rocket-ons-spring-boot-starter" % "1.0.3"
[io.gitee.zhucan123/rocket-ons-spring-boot-starter "1.0.3"]