License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.aliyun |
ArtifactId | ArtifactIdccp-client |
Version | Version2.3.0 |
Type | Typejar |
Description |
Descriptionccp-client
Aliyun CCP SDK for Java
Copyright (C) Alibaba Cloud Computing
All rights reserved.
版权所有 (C)阿里云计算有限公司
http://www.aliyun.com
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ccp-client-2.3.0.pom | |
ccp-client-2.3.0.jar | 284 KB |
ccp-client-2.3.0-sources.jar | 183 KB |
ccp-client-2.3.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.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun/ccp-client/
implementation 'com.aliyun:ccp-client:2.3.0'
// https://jarcasting.com/artifacts/com.aliyun/ccp-client/
implementation ("com.aliyun:ccp-client:2.3.0")
'com.aliyun:ccp-client:jar:2.3.0'
<dependency org="com.aliyun" name="ccp-client" rev="2.3.0">
<artifact name="ccp-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aliyun', module='ccp-client', version='2.3.0')
)
libraryDependencies += "com.aliyun" % "ccp-client" % "2.3.0"
[com.aliyun/ccp-client "2.3.0"]
Group / Artifact | Type | Version |
---|---|---|
com.aliyun : tea-util | jar | 0.1.9 |
com.aliyun : roa-util | jar | 0.0.2 |
com.aliyun : ccp-credentials | jar | 0.0.1 |
com.aliyun : credentials-java | jar | 0.1.1 |
com.aliyun : tea | jar | 0.1.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |