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