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