How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.foxnicweb</groupId>
<artifactId>parent</artifactId>
<version>1.7.1.RELEASE</version>
</dependency>
Choose a version of com.foxnicweb : parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.7.x |
parent-1.7.1.RELEASE
|
||
parent-1.7.0.RELEASE
|
|||
1.6.x |
parent-1.6.0.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.foxnicweb</groupId>
<artifactId>parent</artifactId>
<version>1.7.1.RELEASE</version>
</dependency>
Advertisement