How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.sf.cathcart</groupId>
<artifactId>cathcart</artifactId>
<version>0.9.6</version>
</dependency>
Choose a version of net.sf.cathcart : cathcart to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.9.x |
cathcart-0.9.6
|
||
cathcart-0.9.5
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.sf.cathcart</groupId>
<artifactId>cathcart</artifactId>
<version>0.9.6</version>
</dependency>
Advertisement