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