is not current version
Last Version 3.0.0-beta.1

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

Azure Spring Boot AutoConfigure

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.microsoft.azure
ArtifactId

ArtifactId

azure-spring-boot
Version

Version

2.0.7
Type

Type

jar

Download azure-spring-boot 2.0.7


<!-- https://jarcasting.com/artifacts/com.microsoft.azure/azure-spring-boot/ -->
<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-spring-boot</artifactId>
    <version>2.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-spring-boot/
implementation 'com.microsoft.azure:azure-spring-boot:2.0.7'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-spring-boot/
implementation ("com.microsoft.azure:azure-spring-boot:2.0.7")
'com.microsoft.azure:azure-spring-boot:jar:2.0.7'
<dependency org="com.microsoft.azure" name="azure-spring-boot" rev="2.0.7">
  <artifact name="azure-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-spring-boot', version='2.0.7')
)
libraryDependencies += "com.microsoft.azure" % "azure-spring-boot" % "2.0.7"
[com.microsoft.azure/azure-spring-boot "2.0.7"]