is not current version
Last Version 11.0.1

com.microsoft.azure:azure-storage-blob 10.0.3-Preview

The Azure Storage Java Blob library.

GroupId

GroupId

com.microsoft.azure
ArtifactId

ArtifactId

azure-storage-blob
Version

Version

10.0.3-Preview
Type

Type

jar

Download azure-storage-blob 10.0.3-Preview


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