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