How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.oracle.coherence.ce</groupId>
<artifactId>coherence-bom</artifactId>
<version>23.03.1</version>
</dependency>
Choose a version of com.oracle.coherence.ce : coherence-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
23.03.x |
coherence-bom-23.03.1
|
||
23.03 |
coherence-bom-23.03
|
||
22.09 |
coherence-bom-22.09
|
||
22.06.x |
coherence-bom-22.06.5
|
||
coherence-bom-22.06.4
|
|||
coherence-bom-22.06.3
|
|||
coherence-bom-22.06.2
|
|||
coherence-bom-22.06.1
|
|||
22.06 |
coherence-bom-22.06
|
||
21.12.x |
coherence-bom-21.12.7
|
||
coherence-bom-21.12.6
|
|||
coherence-bom-21.12.5
|
|||
coherence-bom-21.12.4
|
|||
coherence-bom-21.12.3
|
|||
coherence-bom-21.12.2
|
|||
coherence-bom-21.12.1
|
|||
21.12 |
coherence-bom-21.12
|
||
21.06.x |
coherence-bom-21.06.2
|
||
coherence-bom-21.06.1
|
|||
21.06 |
coherence-bom-21.06
|
||
coherence-bom-21.06-M2
|
|||
coherence-bom-21.06-M1
|
|||
20.12.x |
coherence-bom-20.12.2
|
||
coherence-bom-20.12.1
|
|||
20.12 |
coherence-bom-20.12
|
||
20.06.x |
coherence-bom-20.06.1
|
||
20.06 |
coherence-bom-20.06
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.oracle.coherence.ce</groupId>
<artifactId>coherence-bom</artifactId>
<version>23.03.1</version>
</dependency>
Advertisement