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