MVN

com.microsoft.azure : azure-storage-blob

Maven & Gradle

Apr 30, 2019
15 usages
2.1k stars

Azure Storage Blob · The Azure Storage Java Blob library.

<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-storage-blob</artifactId>
    <version>11.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.microsoft.azure : azure-storage-blob to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 11.0.1
  • Latest Release Candidate: 10.0.4-rc

All Versions

Choose a version of com.microsoft.azure : azure-storage-blob to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
11.0.x
azure-storage-blob-11.0.1
azure-storage-blob-11.0.0
10.5.x
azure-storage-blob-10.5.0
10.4.x
azure-storage-blob-10.4.0
10.3.x
azure-storage-blob-10.3.0
10.2.x
azure-storage-blob-10.2.0
10.1.x
azure-storage-blob-10.1.0
10.0.x
azure-storage-blob-10.0.4-rc
azure-storage-blob-10.0.3-Preview
azure-storage-blob-10.0.2-Preview
azure-storage-blob-10.0.1-Preview
azure-storage-blob-10.0.0-Preview

How to add a dependency to Maven

Add the following com.microsoft.azure : azure-storage-blob maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-storage-blob</artifactId>
    <version>11.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.microsoft.azure : azure-storage-blob gradle dependency to your build.gradle file:

implementation 'com.microsoft.azure:azure-storage-blob:11.0.1'

Gradle Kotlin DSL: Add the following com.microsoft.azure : azure-storage-blob gradle kotlin dependency to your build.gradle.kts file:

implementation("com.microsoft.azure:azure-storage-blob:11.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.microsoft.azure : azure-storage-blob sbt scala dependency to your build.sbt file:

libraryDependencies += "com.microsoft.azure" % "azure-storage-blob" % "11.0.1"

Advertisement