idea 阿里大鱼maven坐标

时间:2023-01-12 13:54:57

maven仓库网址:http://mvnrepository.com/
idea 阿里大鱼maven坐标
pom.xml

<dependency>
    <groupId>com.aliyuncs</groupId>
    <artifactId>aliyun-java-sdk-core</artifactId>
    <version>3.3.1</version>
</dependency>
<dependency>
    <groupId>com.aliyuncs.dysmsapi</groupId>
    <artifactId>aliyun-java-sdk-dysmsapi</artifactId>
    <version>1.0.0</version>
</dependency>

注:以前阿里大鱼在maven仓库没坐标 需要反向安装 最近阿里添加到了仓库 可直接使用
祝你幸福
送你一首歌:《遇见》杨搏
附图:甘肃陇南
idea 阿里大鱼maven坐标