is not current version
Last Version 11.0.1

com.microsoft.azure:azure-storage-blob 11.0.0

The Azure Storage Java Blob library.

GroupId

GroupId

com.microsoft.azure
ArtifactId

ArtifactId

azure-storage-blob
Version

Version

11.0.0
Type

Type

jar

Download azure-storage-blob 11.0.0


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