How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.spinnaker.front50</groupId>
<artifactId>front50-bom</artifactId>
<version>2.27.4</version>
</dependency>
Choose a version of io.spinnaker.front50 : front50-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.29.x |
front50-bom-2.29.0
|
||
2.28.x |
front50-bom-2.28.3
|
||
front50-bom-2.28.2
|
|||
front50-bom-2.28.1
|
|||
front50-bom-2.28.0
|
|||
2.27.x |
front50-bom-2.27.4
|
||
front50-bom-2.27.3
|
|||
front50-bom-2.27.2
|
|||
front50-bom-2.27.1
|
|||
front50-bom-2.27.0
|
|||
2.26.x |
front50-bom-2.26.0
|
||
2.25.x |
front50-bom-2.25.5
|
||
front50-bom-2.25.4
|
|||
front50-bom-2.25.3
|
|||
front50-bom-2.25.2
|
|||
front50-bom-2.25.1
|
|||
front50-bom-2.25.0
|
|||
2.24.x |
front50-bom-2.24.0
|
||
2.23.x |
front50-bom-2.23.10
|
||
front50-bom-2.23.9
|
|||
front50-bom-2.23.8
|
|||
front50-bom-2.23.7
|
|||
front50-bom-2.23.6
|
|||
front50-bom-2.23.5
|
|||
front50-bom-2.23.4
|
|||
front50-bom-2.23.3
|
|||
front50-bom-2.23.2
|
|||
front50-bom-2.23.1
|
|||
version |
front50-bom-version-0.27.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.spinnaker.front50</groupId>
<artifactId>front50-bom</artifactId>
<version>2.27.4</version>
</dependency>
Advertisement