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