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