How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.oracle.bedrock.coherence</groupId>
<artifactId>14.1.1</artifactId>
<version>6.0.4</version>
</dependency>
Choose a version of com.oracle.bedrock.coherence : 14.1.1 to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
7.0.x |
14.1.1-7.0.2
|
||
14.1.1-7.0.1
|
|||
14.1.1-7.0.0
|
|||
6.0.x |
14.1.1-6.0.4
|
||
14.1.1-6.0.3
|
|||
14.1.1-6.0.2
|
|||
14.1.1-6.0.1
|
|||
14.1.1-6.0.0
|
|||
14.1.1-6.0.0-RC6
|
|||
14.1.1-6.0.0-RC5
|
|||
14.1.1-6.0.0-RC4
|
|||
14.1.1-6.0.0-RC3
|
|||
14.1.1-6.0.0-RC2
|
|||
14.1.1-6.0.0-RC1
|
|||
5.1.x |
14.1.1-5.1.6
|
||
14.1.1-5.1.5
|
|||
14.1.1-5.1.3
|
|||
14.1.1-5.1.2
|
|||
14.1.1-5.1.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.oracle.bedrock.coherence</groupId>
<artifactId>14.1.1</artifactId>
<version>6.0.4</version>
</dependency>
Advertisement