How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.javaoperatorsdk</groupId>
<artifactId>operator-framework-bom</artifactId>
<version>4.4.2</version>
</dependency>
Choose a version of io.javaoperatorsdk : operator-framework-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.4.x |
operator-framework-bom-4.4.2
|
||
operator-framework-bom-4.4.1
|
|||
operator-framework-bom-4.4.0
|
|||
4.3.x |
operator-framework-bom-4.3.5
|
||
operator-framework-bom-4.3.4
|
|||
operator-framework-bom-4.3.3
|
|||
operator-framework-bom-4.3.2
|
|||
operator-framework-bom-4.3.1
|
|||
operator-framework-bom-4.3.0
|
|||
4.2.x |
operator-framework-bom-4.2.8
|
||
operator-framework-bom-4.2.7
|
|||
operator-framework-bom-4.2.6
|
|||
operator-framework-bom-4.2.5
|
|||
operator-framework-bom-4.2.4
|
|||
operator-framework-bom-4.2.3
|
|||
operator-framework-bom-4.2.2
|
|||
operator-framework-bom-4.2.1
|
|||
operator-framework-bom-4.2.0
|
|||
4.1.x |
operator-framework-bom-4.1.2
|
||
operator-framework-bom-4.1.1
|
|||
operator-framework-bom-4.1.0
|
|||
4.0.x |
operator-framework-bom-4.0.3
|
||
operator-framework-bom-4.0.2
|
|||
operator-framework-bom-4.0.1
|
|||
operator-framework-bom-4.0.0
|
|||
3.2.x |
operator-framework-bom-3.2.4
|
||
operator-framework-bom-3.2.3
|
|||
operator-framework-bom-3.2.2
|
|||
operator-framework-bom-3.2.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.javaoperatorsdk</groupId>
<artifactId>operator-framework-bom</artifactId>
<version>4.4.2</version>
</dependency>
Advertisement