Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.huaweicloud.devspore |
ArtifactId | ArtifactIdspring-boot-starter-huawei |
Version | Version0.2.9-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.huaweicloud.devspore/spring-boot-starter-huawei/ -->
<dependency>
<groupId>com.huaweicloud.devspore</groupId>
<artifactId>spring-boot-starter-huawei</artifactId>
<version>0.2.9-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.huaweicloud.devspore/spring-boot-starter-huawei/
implementation 'com.huaweicloud.devspore:spring-boot-starter-huawei:0.2.9-RELEASE'
// https://jarcasting.com/artifacts/com.huaweicloud.devspore/spring-boot-starter-huawei/
implementation ("com.huaweicloud.devspore:spring-boot-starter-huawei:0.2.9-RELEASE")
'com.huaweicloud.devspore:spring-boot-starter-huawei:jar:0.2.9-RELEASE'
<dependency org="com.huaweicloud.devspore" name="spring-boot-starter-huawei" rev="0.2.9-RELEASE">
<artifact name="spring-boot-starter-huawei" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.huaweicloud.devspore', module='spring-boot-starter-huawei', version='0.2.9-RELEASE')
)
libraryDependencies += "com.huaweicloud.devspore" % "spring-boot-starter-huawei" % "0.2.9-RELEASE"
[com.huaweicloud.devspore/spring-boot-starter-huawei "0.2.9-RELEASE"]