Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.huaweicloud.devspore |
ArtifactId | ArtifactIdspring-boot-huawei-parent |
Version | Version0.2.5-RELEASE |
Type | Typepom |
Filename | Size |
---|---|
spring-boot-huawei-parent-0.2.5-RELEASE.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.huaweicloud.devspore/spring-boot-huawei-parent/ -->
<dependency>
<groupId>com.huaweicloud.devspore</groupId>
<artifactId>spring-boot-huawei-parent</artifactId>
<version>0.2.5-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.huaweicloud.devspore/spring-boot-huawei-parent/
implementation 'com.huaweicloud.devspore:spring-boot-huawei-parent:0.2.5-RELEASE'
// https://jarcasting.com/artifacts/com.huaweicloud.devspore/spring-boot-huawei-parent/
implementation ("com.huaweicloud.devspore:spring-boot-huawei-parent:0.2.5-RELEASE")
'com.huaweicloud.devspore:spring-boot-huawei-parent:pom:0.2.5-RELEASE'
<dependency org="com.huaweicloud.devspore" name="spring-boot-huawei-parent" rev="0.2.5-RELEASE">
<artifact name="spring-boot-huawei-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.huaweicloud.devspore', module='spring-boot-huawei-parent', version='0.2.5-RELEASE')
)
libraryDependencies += "com.huaweicloud.devspore" % "spring-boot-huawei-parent" % "0.2.5-RELEASE"
[com.huaweicloud.devspore/spring-boot-huawei-parent "0.2.5-RELEASE"]