How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.baidu.iot</groupId>
<artifactId>iotcore-device-avatar</artifactId>
<version>1.0.4</version>
</dependency>
Choose a version of com.baidu.iot : iotcore-device-avatar to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
iotcore-device-avatar-1.0.4
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.baidu.iot</groupId>
<artifactId>iotcore-device-avatar</artifactId>
<version>1.0.4</version>
</dependency>
Advertisement