License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.aliyun |
ArtifactId | ArtifactIdoss-client |
Last Version | Last Version3.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionoss-client
Aliyun OSS 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 |
---|---|
oss-client-3.0.3.pom | |
oss-client-3.0.3.jar | 275 KB |
oss-client-3.0.3-sources.jar | 83 KB |
oss-client-3.0.3-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aliyun/oss-client/ -->
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>oss-client</artifactId>
<version>3.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun/oss-client/
implementation 'com.aliyun:oss-client:3.0.3'
// https://jarcasting.com/artifacts/com.aliyun/oss-client/
implementation ("com.aliyun:oss-client:3.0.3")
'com.aliyun:oss-client:jar:3.0.3'
<dependency org="com.aliyun" name="oss-client" rev="3.0.3">
<artifact name="oss-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aliyun', module='oss-client', version='3.0.3')
)
libraryDependencies += "com.aliyun" % "oss-client" % "3.0.3"
[com.aliyun/oss-client "3.0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.aliyun : tea | jar | 1.0.6 |
com.aliyun : credentials-java | jar | 0.2.5 |
com.aliyun : tea-util | jar | [0.1.9, 1.0.0) |
com.aliyun : tea-xml | jar | 0.1.1 |
com.aliyun : tea-fileform | jar | 0.0.3 |
com.aliyun : oss-util | jar | 1.0.1 |
com.aliyun : tea-rpc-util | jar | [0.0.9, 1.0.0) |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |