is not current version
Last Version 3.0.0-beta.1

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

Azure Spring Boot AutoConfigure

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.microsoft.azure
ArtifactId

ArtifactId

azure-spring-boot
Version

Version

0.2.2
Type

Type

jar

Download azure-spring-boot 0.2.2


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