MVN

com.microsoft.azure : azure-storage-java

Maven & Gradle

Jan 12, 2019
189 stars

Azure Storage Java · The Azure Storage Java library.

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

Latest Version

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

  • Latest Stable: 10.0.0

All Versions

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

Version Vulnerabilities Updated
10.0.x
azure-storage-java-10.0.0
10
azure-storage-java-10

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-storage-java</artifactId>
    <version>10.0.0</version>
</dependency>

Advertisement