How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.spinnaker.gate</groupId>
<artifactId>gate-bom</artifactId>
<version>6.57.4</version>
</dependency>
Choose a version of io.spinnaker.gate : gate-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
6.59.x |
gate-bom-6.59.0
|
||
6.58.x |
gate-bom-6.58.2
|
||
gate-bom-6.58.1
|
|||
gate-bom-6.58.0
|
|||
6.57.x |
gate-bom-6.57.4
|
||
gate-bom-6.57.3
|
|||
gate-bom-6.57.2
|
|||
gate-bom-6.57.1
|
|||
gate-bom-6.57.0
|
|||
6.56.x |
gate-bom-6.56.0
|
||
6.55.x |
gate-bom-6.55.5
|
||
gate-bom-6.55.4
|
|||
gate-bom-6.55.3
|
|||
gate-bom-6.55.2
|
|||
gate-bom-6.55.1
|
|||
gate-bom-6.55.0
|
|||
6.54.x |
gate-bom-6.54.8
|
||
gate-bom-6.54.7
|
|||
gate-bom-6.54.6
|
|||
gate-bom-6.54.5
|
|||
gate-bom-6.54.4
|
|||
gate-bom-6.54.3
|
|||
gate-bom-6.54.2
|
|||
gate-bom-6.54.1
|
|||
gate-bom-6.54.0
|
|||
6.53.x |
gate-bom-6.53.0
|
||
6.52.x |
gate-bom-6.52.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.spinnaker.gate</groupId>
<artifactId>gate-bom</artifactId>
<version>6.57.4</version>
</dependency>
Advertisement