MVN

com.microsoft.azure : azure-spring-boot

Maven & Gradle

Nov 27, 2020
20 usages
2.1k stars

Azure Spring Boot AutoConfigure · Azure Spring Boot AutoConfigure

<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-spring-boot</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 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 to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-spring-boot</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 gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement