GroupId | GroupIdcom.qcloud.cos |
---|---|
ArtifactId | ArtifactIdqcloud-foundation |
Version | Version1.5.32 |
Type | Typeaar |
Filename | Size |
---|---|
qcloud-foundation-1.5.32.pom | |
qcloud-foundation-1.5.32.aar | 172 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.qcloud.cos/qcloud-foundation/ -->
<dependency>
<groupId>com.qcloud.cos</groupId>
<artifactId>qcloud-foundation</artifactId>
<version>1.5.32</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.qcloud.cos/qcloud-foundation/
implementation 'com.qcloud.cos:qcloud-foundation:1.5.32'
// https://jarcasting.com/artifacts/com.qcloud.cos/qcloud-foundation/
implementation ("com.qcloud.cos:qcloud-foundation:1.5.32")
'com.qcloud.cos:qcloud-foundation:aar:1.5.32'
<dependency org="com.qcloud.cos" name="qcloud-foundation" rev="1.5.32">
<artifact name="qcloud-foundation" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.qcloud.cos', module='qcloud-foundation', version='1.5.32')
)
libraryDependencies += "com.qcloud.cos" % "qcloud-foundation" % "1.5.32"
[com.qcloud.cos/qcloud-foundation "1.5.32"]