is not current version
Last Version 8.6.6

com.microsoft.azure:azure-storage 8.4.0

SDK for Microsoft Azure Storage Clients

GroupId

GroupId

com.microsoft.azure
ArtifactId

ArtifactId

azure-storage
Version

Version

8.4.0
Type

Type

jar

Download azure-storage 8.4.0


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