How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>ca.bc.gov.open.cpf</groupId>
<artifactId>cpf-parent</artifactId>
<version>5.1.1-RELEASE</version>
</dependency>
Choose a version of ca.bc.gov.open.cpf : cpf-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
5.1.x |
cpf-parent-5.1.1-RELEASE
|
||
cpf-parent-5.1.0-RELEASE
|
|||
5.0.x |
cpf-parent-5.0.6-RELEASE
|
||
cpf-parent-5.0.5-RELEASE
|
|||
cpf-parent-5.0.4-RELEASE
|
|||
cpf-parent-5.0.3-RELEASE
|
|||
cpf-parent-5.0.2-RELEASE
|
|||
cpf-parent-5.0.1-RELEASE
|
|||
cpf-parent-5.0.0-RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>ca.bc.gov.open.cpf</groupId>
<artifactId>cpf-parent</artifactId>
<version>5.1.1-RELEASE</version>
</dependency>
Advertisement