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