How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.sf.itcb.common</groupId>
<artifactId>itcb-common-web-root</artifactId>
<version>0.7.3</version>
</dependency>
Choose a version of net.sf.itcb.common : itcb-common-web-root to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.7.x |
itcb-common-web-root-0.7.3
|
||
itcb-common-web-root-0.7.1
|
|||
itcb-common-web-root-0.7.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.sf.itcb.common</groupId>
<artifactId>itcb-common-web-root</artifactId>
<version>0.7.3</version>
</dependency>
Advertisement