How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.coherentlogic.coherent.data-model</groupId>
<artifactId>bom</artifactId>
<version>1.0.26-RELEASE</version>
</dependency>
Choose a version of com.coherentlogic.coherent.data-model : bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
bom-1.0.26-RELEASE
|
||
bom-1.0.25-RELEASE
|
|||
bom-1.0.24-RELEASE
|
|||
bom-1.0.23-RELEASE
|
|||
bom-1.0.22-RELEASE
|
|||
bom-1.0.21-RELEASE
|
|||
bom-1.0.20-RELEASE
|
|||
bom-1.0.19-RELEASE
|
|||
bom-1.0.18-RELEASE
|
|||
bom-1.0.16-RELEASE
|
|||
bom-1.0.15-RELEASE
|
|||
bom-1.0.14-RELEASE
|
|||
bom-1.0.13-RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.coherentlogic.coherent.data-model</groupId>
<artifactId>bom</artifactId>
<version>1.0.26-RELEASE</version>
</dependency>
Advertisement