Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.aliyun |
ArtifactId | ArtifactIdccp-oss-client |
Version | Version2.2.1 |
Type | Typejar |
Filename | Size |
---|---|
ccp-oss-client-2.2.1.pom | |
ccp-oss-client-2.2.1.jar | 250 KB |
ccp-oss-client-2.2.1-sources.jar | 162 KB |
ccp-oss-client-2.2.1-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.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun/ccp-oss-client/
implementation 'com.aliyun:ccp-oss-client:2.2.1'
// https://jarcasting.com/artifacts/com.aliyun/ccp-oss-client/
implementation ("com.aliyun:ccp-oss-client:2.2.1")
'com.aliyun:ccp-oss-client:jar:2.2.1'
<dependency org="com.aliyun" name="ccp-oss-client" rev="2.2.1">
<artifact name="ccp-oss-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aliyun', module='ccp-oss-client', version='2.2.1')
)
libraryDependencies += "com.aliyun" % "ccp-oss-client" % "2.2.1"
[com.aliyun/ccp-oss-client "2.2.1"]