| Categories | CategoriesSecurity | 
|---|---|
| GroupId | GroupIdcom.healthy-chn.security | 
| ArtifactId | ArtifactIdhealthy-common-qcloud-cos | 
| Version | Version1.1.1.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.healthy-chn.security/healthy-common-qcloud-cos/ -->
<dependency>
    <groupId>com.healthy-chn.security</groupId>
    <artifactId>healthy-common-qcloud-cos</artifactId>
    <version>1.1.1.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.healthy-chn.security/healthy-common-qcloud-cos/
implementation 'com.healthy-chn.security:healthy-common-qcloud-cos:1.1.1.RELEASE'// https://jarcasting.com/artifacts/com.healthy-chn.security/healthy-common-qcloud-cos/
implementation ("com.healthy-chn.security:healthy-common-qcloud-cos:1.1.1.RELEASE")'com.healthy-chn.security:healthy-common-qcloud-cos:jar:1.1.1.RELEASE'<dependency org="com.healthy-chn.security" name="healthy-common-qcloud-cos" rev="1.1.1.RELEASE">
  <artifact name="healthy-common-qcloud-cos" type="jar" />
</dependency>@Grapes(
@Grab(group='com.healthy-chn.security', module='healthy-common-qcloud-cos', version='1.1.1.RELEASE')
)libraryDependencies += "com.healthy-chn.security" % "healthy-common-qcloud-cos" % "1.1.1.RELEASE"[com.healthy-chn.security/healthy-common-qcloud-cos "1.1.1.RELEASE"]