Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.huaweicloud |
ArtifactId | ArtifactIdservice-center-client |
Version | Version1.5.2-Hoxton |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.huaweicloud/service-center-client/ -->
<dependency>
<groupId>com.huaweicloud</groupId>
<artifactId>service-center-client</artifactId>
<version>1.5.2-Hoxton</version>
</dependency>
// https://jarcasting.com/artifacts/com.huaweicloud/service-center-client/
implementation 'com.huaweicloud:service-center-client:1.5.2-Hoxton'
// https://jarcasting.com/artifacts/com.huaweicloud/service-center-client/
implementation ("com.huaweicloud:service-center-client:1.5.2-Hoxton")
'com.huaweicloud:service-center-client:jar:1.5.2-Hoxton'
<dependency org="com.huaweicloud" name="service-center-client" rev="1.5.2-Hoxton">
<artifact name="service-center-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.huaweicloud', module='service-center-client', version='1.5.2-Hoxton')
)
libraryDependencies += "com.huaweicloud" % "service-center-client" % "1.5.2-Hoxton"
[com.huaweicloud/service-center-client "1.5.2-Hoxton"]