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