is not current version
Last Version 8.6.6

com.microsoft.azure:azure-storage 5.1.1

SDK for Microsoft Azure Storage Clients

GroupId

GroupId

com.microsoft.azure
ArtifactId

ArtifactId

azure-storage
Version

Version

5.1.1
Type

Type

jar

Download azure-storage 5.1.1


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