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