How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.gitee.hpiot</groupId>
<artifactId>hpiot-message</artifactId>
<version>1.0.0</version>
</dependency>
Choose a version of com.gitee.hpiot : hpiot-message to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
hpiot-message-1.0.0
|
||
0.0.x |
hpiot-message-0.0.6
|
||
hpiot-message-0.0.5
|
|||
hpiot-message-0.0.3
|
|||
hpiot-message-0.0.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.gitee.hpiot</groupId>
<artifactId>hpiot-message</artifactId>
<version>1.0.0</version>
</dependency>
Advertisement