is not current version
Last Version 1.41.3

com.microsoft.azure:azure 1.38.1

This package contains Microsoft Azure SDK. A new set of management libraries are now Generally Available. For documentation on how to use the new libraries, please see https://aka.ms/azsdk/java/mgmt

GroupId

GroupId

com.microsoft.azure
ArtifactId

ArtifactId

azure
Version

Version

1.38.1
Type

Type

jar

Download azure 1.38.1


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