How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.dloud.stand</groupId>
<artifactId>stand-all</artifactId>
<version>0.7.2.0</version>
</dependency>
Choose a version of net.dloud.stand : stand-all to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.7.x |
stand-all-0.7.2.0
|
||
stand-all-0.7.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.dloud.stand</groupId>
<artifactId>stand-all</artifactId>
<version>0.7.2.0</version>
</dependency>
Advertisement