How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>xyz.cofe</groupId>
<artifactId>term-common-parent</artifactId>
<version>0.3.1</version>
</dependency>
Choose a version of xyz.cofe : term-common-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.3.x |
term-common-parent-0.3.1
|
||
0.3 |
term-common-parent-0.3
|
||
0.2 |
term-common-parent-0.2
|
||
0.1 |
term-common-parent-0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>xyz.cofe</groupId>
<artifactId>term-common-parent</artifactId>
<version>0.3.1</version>
</dependency>
Advertisement