GroupId | GroupIdcn.dustlight.storage |
---|---|
ArtifactId | ArtifactIdtencent-cloud-object-storage |
Version | Version0.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.dustlight.storage/tencent-cloud-object-storage/ -->
<dependency>
<groupId>cn.dustlight.storage</groupId>
<artifactId>tencent-cloud-object-storage</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/cn.dustlight.storage/tencent-cloud-object-storage/
implementation 'cn.dustlight.storage:tencent-cloud-object-storage:0.0.3'
// https://jarcasting.com/artifacts/cn.dustlight.storage/tencent-cloud-object-storage/
implementation ("cn.dustlight.storage:tencent-cloud-object-storage:0.0.3")
'cn.dustlight.storage:tencent-cloud-object-storage:jar:0.0.3'
<dependency org="cn.dustlight.storage" name="tencent-cloud-object-storage" rev="0.0.3">
<artifact name="tencent-cloud-object-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.dustlight.storage', module='tencent-cloud-object-storage', version='0.0.3')
)
libraryDependencies += "cn.dustlight.storage" % "tencent-cloud-object-storage" % "0.0.3"
[cn.dustlight.storage/tencent-cloud-object-storage "0.0.3"]