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