MVN

com.microsoft.azure : azure-spring-boot-bom

Maven & Gradle

Nov 27, 2020
2 usages
2.3k stars

Azure Spring Boot BOM · BOM for Microsoft Azure Spring Boot Support

<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-spring-boot-bom</artifactId>
    <version>2.3.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.microsoft.azure : azure-spring-boot-bom to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.5
  • Latest Beta: 3.0.0-beta.1

All Versions

Choose a version of com.microsoft.azure : azure-spring-boot-bom to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
azure-spring-boot-bom-3.0.0-beta.1
2.3.x
azure-spring-boot-bom-2.3.5
azure-spring-boot-bom-2.3.3
azure-spring-boot-bom-2.3.2
azure-spring-boot-bom-2.3.1
azure-spring-boot-bom-2.3.0
2.2.x
azure-spring-boot-bom-2.2.5
azure-spring-boot-bom-2.2.4
azure-spring-boot-bom-2.2.3
azure-spring-boot-bom-2.2.2
azure-spring-boot-bom-2.2.1
azure-spring-boot-bom-2.2.0
azure-spring-boot-bom-2.2.0.M1
2.1.x
azure-spring-boot-bom-2.1.10
azure-spring-boot-bom-2.1.9
azure-spring-boot-bom-2.1.8
azure-spring-boot-bom-2.1.7
azure-spring-boot-bom-2.1.6
azure-spring-boot-bom-2.1.5
azure-spring-boot-bom-2.1.4
azure-spring-boot-bom-2.1.3
azure-spring-boot-bom-2.1.2
azure-spring-boot-bom-2.1.1
azure-spring-boot-bom-2.1.0
2.0.x
azure-spring-boot-bom-2.0.14
azure-spring-boot-bom-2.0.13
azure-spring-boot-bom-2.0.12
azure-spring-boot-bom-2.0.11
azure-spring-boot-bom-2.0.10
azure-spring-boot-bom-2.0.9
azure-spring-boot-bom-2.0.8
azure-spring-boot-bom-2.0.7
azure-spring-boot-bom-2.0.6
azure-spring-boot-bom-2.0.5
azure-spring-boot-bom-2.0.4
azure-spring-boot-bom-2.0.3
azure-spring-boot-bom-2.0.2
azure-spring-boot-bom-2.0.1
azure-spring-boot-bom-2.0.0
0.2.x
azure-spring-boot-bom-0.2.4
azure-spring-boot-bom-0.2.3
azure-spring-boot-bom-0.2.2
azure-spring-boot-bom-0.2.1
azure-spring-boot-bom-0.2.0
0.1.x
azure-spring-boot-bom-0.1.9
azure-spring-boot-bom-0.1.8

How to add a dependency to Maven

Add the following com.microsoft.azure : azure-spring-boot-bom maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-spring-boot-bom</artifactId>
    <version>2.3.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.microsoft.azure : azure-spring-boot-bom gradle dependency to your build.gradle file:

implementation 'com.microsoft.azure:azure-spring-boot-bom:2.3.5'

Gradle Kotlin DSL: Add the following com.microsoft.azure : azure-spring-boot-bom gradle kotlin dependency to your build.gradle.kts file:

implementation("com.microsoft.azure:azure-spring-boot-bom:2.3.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.microsoft.azure : azure-spring-boot-bom sbt scala dependency to your build.sbt file:

libraryDependencies += "com.microsoft.azure" % "azure-spring-boot-bom" % "2.3.5"

Advertisement