a

azure-storage-blob

This module contains client library for Microsoft Azure Blob Storage.
https://github.com/Azure/azure-sdk-for-java
Files download
File Operation
azure-storage-blob-12.26.0.jar download
azure-storage-blob-12.26.0.pom download
azure-storage-blob-12.26.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-storage-blob</artifactId>
  <version>12.26.0</version>
</dependency>
Gradle Groovy
implementation 'com.azure:azure-storage-blob:12.26.0'
Gradle Kotlin
implementation("com.azure:azure-storage-blob:12.26.0")
Scala SBT
libraryDependencies += "com.azure" % "azure-storage-blob" % "12.26.0"
Groovy Grape
@Grapes(
  @Grab(group='com.azure', module='azure-storage-blob', version='12.26.0')
)
Apache Ivy
<dependency org="com.azure" name="azure-storage-blob" rev="12.26.0" />
Leiningen
[com.azure/azure-storage-blob "12.26.0"]
Apache Buildr
'com.azure:azure-storage-blob:jar:12.26.0'