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