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