-
Notifications
You must be signed in to change notification settings - Fork 106
如何升级qcloudsms_java
qcloudsms edited this page Oct 15, 2018
·
3 revisions
- 使用maven
更新项目pom.xml依赖到最新版本(1.0.6),再 mvn update
即可更新, 示例如下:
<dependency>
<groupId>com.github.qcloudsms</groupId>
<artifactId>qcloudsms</artifactId>
<version>1.0.6</version>
</dependency>
- 使用jar包
从github下载最新版jar包,并更新替换项目旧版 qcloudsms_java
jar包即可,最新版jar包下载地址为: https://github.com/qcloudsms/qcloudsms_java/tree/master/releases