Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.aliyun |
ArtifactId | ArtifactIdccp-mgmt-client |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
ccp-mgmt-client-0.0.2.pom | |
ccp-mgmt-client-0.0.2.jar | 69 KB |
ccp-mgmt-client-0.0.2-sources.jar | 44 KB |
ccp-mgmt-client-0.0.2-javadoc.jar | 429 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aliyun/ccp-mgmt-client/ -->
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>ccp-mgmt-client</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun/ccp-mgmt-client/
implementation 'com.aliyun:ccp-mgmt-client:0.0.2'
// https://jarcasting.com/artifacts/com.aliyun/ccp-mgmt-client/
implementation ("com.aliyun:ccp-mgmt-client:0.0.2")
'com.aliyun:ccp-mgmt-client:jar:0.0.2'
<dependency org="com.aliyun" name="ccp-mgmt-client" rev="0.0.2">
<artifact name="ccp-mgmt-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aliyun', module='ccp-mgmt-client', version='0.0.2')
)
libraryDependencies += "com.aliyun" % "ccp-mgmt-client" % "0.0.2"
[com.aliyun/ccp-mgmt-client "0.0.2"]