How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.aliyun.openservices</groupId>
<artifactId>iot-client</artifactId>
<version>1.3.0</version>
</dependency>
Choose a version of com.aliyun.openservices : iot-client to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3.x |
iot-client-1.3.0
|
||
1.1.x |
iot-client-1.1.3
|
||
iot-client-1.1.2
|
|||
iot-client-1.1.1
|
|||
iot-client-1.1.0
|
|||
1.0.x |
iot-client-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.aliyun.openservices</groupId>
<artifactId>iot-client</artifactId>
<version>1.3.0</version>
</dependency>
Advertisement