GroupId | GroupIdcom.huaweicloud |
---|---|
ArtifactId | ArtifactIdspring-cloud-starter-huawei-dtm |
Version | Version1.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.huaweicloud/spring-cloud-starter-huawei-dtm/ -->
<dependency>
<groupId>com.huaweicloud</groupId>
<artifactId>spring-cloud-starter-huawei-dtm</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.huaweicloud/spring-cloud-starter-huawei-dtm/
implementation 'com.huaweicloud:spring-cloud-starter-huawei-dtm:1.2.0'
// https://jarcasting.com/artifacts/com.huaweicloud/spring-cloud-starter-huawei-dtm/
implementation ("com.huaweicloud:spring-cloud-starter-huawei-dtm:1.2.0")
'com.huaweicloud:spring-cloud-starter-huawei-dtm:jar:1.2.0'
<dependency org="com.huaweicloud" name="spring-cloud-starter-huawei-dtm" rev="1.2.0">
<artifact name="spring-cloud-starter-huawei-dtm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.huaweicloud', module='spring-cloud-starter-huawei-dtm', version='1.2.0')
)
libraryDependencies += "com.huaweicloud" % "spring-cloud-starter-huawei-dtm" % "1.2.0"
[com.huaweicloud/spring-cloud-starter-huawei-dtm "1.2.0"]