Files download
File Operation
azure-storage-8.6.0.jar download
azure-storage-8.6.0.pom download
azure-storage-8.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.microsoft.azure</groupId>
  <artifactId>azure-storage</artifactId>
  <version>8.6.0</version>
</dependency>
Gradle Groovy
implementation 'com.microsoft.azure:azure-storage:8.6.0'
Gradle Kotlin
implementation("com.microsoft.azure:azure-storage:8.6.0")
Scala SBT
libraryDependencies += "com.microsoft.azure" % "azure-storage" % "8.6.0"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.azure', module='azure-storage', version='8.6.0')
)
Apache Ivy
<dependency org="com.microsoft.azure" name="azure-storage" rev="8.6.0" />
Leiningen
[com.microsoft.azure/azure-storage "8.6.0"]
Apache Buildr
'com.microsoft.azure:azure-storage:jar:8.6.0'