| GroupId | GroupIdcom.github.qcloudsms |
|---|---|
| ArtifactId | ArtifactIdsms |
| Version | Version0.9.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| sms-0.9.1.pom | |
| sms-0.9.1.jar | 32 KB |
| sms-0.9.1-sources.jar | 19 KB |
| sms-0.9.1-javadoc.jar | 108 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.qcloudsms/sms/ -->
<dependency>
<groupId>com.github.qcloudsms</groupId>
<artifactId>sms</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.qcloudsms/sms/
implementation 'com.github.qcloudsms:sms:0.9.1'
// https://jarcasting.com/artifacts/com.github.qcloudsms/sms/
implementation ("com.github.qcloudsms:sms:0.9.1")
'com.github.qcloudsms:sms:jar:0.9.1'
<dependency org="com.github.qcloudsms" name="sms" rev="0.9.1">
<artifact name="sms" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.qcloudsms', module='sms', version='0.9.1')
)
libraryDependencies += "com.github.qcloudsms" % "sms" % "0.9.1"
[com.github.qcloudsms/sms "0.9.1"]