Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcn.home1 |
ArtifactId | ArtifactIdoss-lib-common-spring-boot-1.4.2.RELEASE |
Version | Version1.0.8.OSS |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.home1/oss-lib-common-spring-boot-1.4.2.RELEASE/ -->
<dependency>
<groupId>cn.home1</groupId>
<artifactId>oss-lib-common-spring-boot-1.4.2.RELEASE</artifactId>
<version>1.0.8.OSS</version>
</dependency>
// https://jarcasting.com/artifacts/cn.home1/oss-lib-common-spring-boot-1.4.2.RELEASE/
implementation 'cn.home1:oss-lib-common-spring-boot-1.4.2.RELEASE:1.0.8.OSS'
// https://jarcasting.com/artifacts/cn.home1/oss-lib-common-spring-boot-1.4.2.RELEASE/
implementation ("cn.home1:oss-lib-common-spring-boot-1.4.2.RELEASE:1.0.8.OSS")
'cn.home1:oss-lib-common-spring-boot-1.4.2.RELEASE:jar:1.0.8.OSS'
<dependency org="cn.home1" name="oss-lib-common-spring-boot-1.4.2.RELEASE" rev="1.0.8.OSS">
<artifact name="oss-lib-common-spring-boot-1.4.2.RELEASE" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.home1', module='oss-lib-common-spring-boot-1.4.2.RELEASE', version='1.0.8.OSS')
)
libraryDependencies += "cn.home1" % "oss-lib-common-spring-boot-1.4.2.RELEASE" % "1.0.8.OSS"
[cn.home1/oss-lib-common-spring-boot-1.4.2.RELEASE "1.0.8.OSS"]