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