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