How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.smartlab.web</groupId>
<artifactId>smartweb-module</artifactId>
<version>1.0.2</version>
</dependency>
Choose a version of net.smartlab.web : smartweb-module to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
smartweb-module-1.0.2
|
||
smartweb-module-1.0.1
|
|||
smartweb-module-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.smartlab.web</groupId>
<artifactId>smartweb-module</artifactId>
<version>1.0.2</version>
</dependency>
Advertisement