How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot-bom</artifactId>
<version>4.0.0</version>
</dependency>
Choose a version of com.azure.spring : azure-spring-boot-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.0.x |
azure-spring-boot-bom-4.0.0
|
||
3.14.x |
azure-spring-boot-bom-3.14.0
|
||
3.13.x |
azure-spring-boot-bom-3.13.1
|
||
azure-spring-boot-bom-3.13.0
|
|||
3.12.x |
azure-spring-boot-bom-3.12.1
|
||
azure-spring-boot-bom-3.12.0
|
|||
3.11.x |
azure-spring-boot-bom-3.11.0
|
||
3.10.x |
azure-spring-boot-bom-3.10.2
|
||
azure-spring-boot-bom-3.10.1
|
|||
azure-spring-boot-bom-3.10.0
|
|||
3.9.x |
azure-spring-boot-bom-3.9.0
|
||
3.8.x |
azure-spring-boot-bom-3.8.0
|
||
3.7.x |
azure-spring-boot-bom-3.7.0
|
||
3.6.x |
azure-spring-boot-bom-3.6.1
|
||
azure-spring-boot-bom-3.6.0
|
|||
3.5.x |
azure-spring-boot-bom-3.5.0
|
||
3.4.x |
azure-spring-boot-bom-3.4.0
|
||
3.3.x |
azure-spring-boot-bom-3.3.0
|
||
3.2.x |
azure-spring-boot-bom-3.2.1
|
||
azure-spring-boot-bom-3.2.0
|
|||
3.1.x |
azure-spring-boot-bom-3.1.0
|
||
3.0.x |
azure-spring-boot-bom-3.0.0
|
||
azure-spring-boot-bom-3.0.0-beta.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot-bom</artifactId>
<version>4.0.0</version>
</dependency>
Advertisement