How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.cloudflight.platform.spring</groupId>
<artifactId>platform-spring-bom</artifactId>
<version>2.1.2</version>
</dependency>
Choose a version of io.cloudflight.platform.spring : platform-spring-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.1.x |
platform-spring-bom-2.1.2
|
||
platform-spring-bom-2.1.1
|
|||
platform-spring-bom-2.1.0
|
|||
platform-spring-bom-2.1.0-rc.1
|
|||
2.0.x |
platform-spring-bom-2.0.4
|
||
platform-spring-bom-2.0.3
|
|||
platform-spring-bom-2.0.2
|
|||
platform-spring-bom-2.0.1
|
|||
platform-spring-bom-2.0.0
|
|||
platform-spring-bom-2.0.0-rc.2
|
|||
platform-spring-bom-2.0.0-rc.1
|
|||
1.1.x |
platform-spring-bom-1.1.8
|
||
platform-spring-bom-1.1.7
|
|||
platform-spring-bom-1.1.6
|
|||
platform-spring-bom-1.1.5
|
|||
platform-spring-bom-1.1.4
|
|||
platform-spring-bom-1.1.3
|
|||
platform-spring-bom-1.1.2
|
|||
platform-spring-bom-1.1.1
|
|||
platform-spring-bom-1.1.0
|
|||
1.0.x |
platform-spring-bom-1.0.4
|
||
platform-spring-bom-1.0.3
|
|||
platform-spring-bom-1.0.2
|
|||
platform-spring-bom-1.0.1
|
|||
platform-spring-bom-1.0.0
|
|||
0.9.x |
platform-spring-bom-0.9.3
|
||
platform-spring-bom-0.9.2
|
|||
platform-spring-bom-0.9.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.cloudflight.platform.spring</groupId>
<artifactId>platform-spring-bom</artifactId>
<version>2.1.2</version>
</dependency>
Advertisement