is not current version
Last Version 1.2.7

com.microsoft.azure:spring-cloud-azure 1.2.3

Spring Cloud Azure

GroupId

GroupId

com.microsoft.azure
ArtifactId

ArtifactId

spring-cloud-azure
Version

Version

1.2.3
Type

Type

pom

Download spring-cloud-azure 1.2.3


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