GroupId | GroupIdcn.dustlight.storage |
---|---|
ArtifactId | ArtifactIdtencent-cloud-object-storage |
Version | Version0.0.2 |
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.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.dustlight.storage/tencent-cloud-object-storage/
implementation 'cn.dustlight.storage:tencent-cloud-object-storage:0.0.2'
// https://jarcasting.com/artifacts/cn.dustlight.storage/tencent-cloud-object-storage/
implementation ("cn.dustlight.storage:tencent-cloud-object-storage:0.0.2")
'cn.dustlight.storage:tencent-cloud-object-storage:jar:0.0.2'
<dependency org="cn.dustlight.storage" name="tencent-cloud-object-storage" rev="0.0.2">
<artifact name="tencent-cloud-object-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.dustlight.storage', module='tencent-cloud-object-storage', version='0.0.2')
)
libraryDependencies += "cn.dustlight.storage" % "tencent-cloud-object-storage" % "0.0.2"
[cn.dustlight.storage/tencent-cloud-object-storage "0.0.2"]