MVN

com.microsoft.azure : azure-mgmt-storage

Maven & Gradle

Jul 22, 2022
27 usages
2.1k stars

Microsoft Azure SDK for Storage Management · This package contains Microsoft Azure Storage Management SDK. This package has been deprecated. A replacement package com.azure.resourcemanager:azure-resourcemanager-storage is available as of 31-March-2022. We strongly encourage you to upgrade to continue receiving updates. See Migration Guide https://aka.ms/java-track2-migration-guide for guidance on upgrading. Refer to our deprecation policy https://azure.github.io/azure-sdk/policies_support.html for more details.

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

Latest Version

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

  • Latest Stable: 1.41.4
  • Latest Beta: 1.0.0-beta5

All Versions

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

Version Vulnerabilities Updated
1.41.x
azure-mgmt-storage-1.41.4
azure-mgmt-storage-1.41.3
azure-mgmt-storage-1.41.2
azure-mgmt-storage-1.41.1
azure-mgmt-storage-1.41.0
1.40.x
azure-mgmt-storage-1.40.0
1.39.x
azure-mgmt-storage-1.39.1
azure-mgmt-storage-1.39.0
1.38.x
azure-mgmt-storage-1.38.1
azure-mgmt-storage-1.38.0
1.37.x
azure-mgmt-storage-1.37.1
azure-mgmt-storage-1.37.0
1.36.x
azure-mgmt-storage-1.36.3
azure-mgmt-storage-1.36.2
azure-mgmt-storage-1.36.1
azure-mgmt-storage-1.36.0
1.35.x
azure-mgmt-storage-1.35.1
azure-mgmt-storage-1.35.0
1.34.x
azure-mgmt-storage-1.34.0
1.33.x
azure-mgmt-storage-1.33.1
azure-mgmt-storage-1.33.0
1.32.x
azure-mgmt-storage-1.32.1
azure-mgmt-storage-1.32.0
1.31.x
azure-mgmt-storage-1.31.1
azure-mgmt-storage-1.31.0
1.30.x
azure-mgmt-storage-1.30.0
1.29.x
azure-mgmt-storage-1.29.0
1.28.x
azure-mgmt-storage-1.28.0
1.27.x
azure-mgmt-storage-1.27.2
azure-mgmt-storage-1.27.1
azure-mgmt-storage-1.27.0
1.26.x
azure-mgmt-storage-1.26.0
1.25.x
azure-mgmt-storage-1.25.0
1.24.x
azure-mgmt-storage-1.24.2
azure-mgmt-storage-1.24.1
azure-mgmt-storage-1.24.0
1.23.x
azure-mgmt-storage-1.23.0
1.22.x
azure-mgmt-storage-1.22.0
1.21.x
azure-mgmt-storage-1.21.0
1.20.x
azure-mgmt-storage-1.20.1
azure-mgmt-storage-1.20.0
1.19.x
azure-mgmt-storage-1.19.0
1.18.x
azure-mgmt-storage-1.18.0
1.17.x
azure-mgmt-storage-1.17.1
azure-mgmt-storage-1.17.0
1.16.x
azure-mgmt-storage-1.16.0
1.15.x
azure-mgmt-storage-1.15.1
azure-mgmt-storage-1.15.0
1.14.x
azure-mgmt-storage-1.14.0
1.13.x
azure-mgmt-storage-1.13.0
1.12.x
azure-mgmt-storage-1.12.0
1.11.x
azure-mgmt-storage-1.11.1
azure-mgmt-storage-1.11.0
1.10.x
azure-mgmt-storage-1.10.0
1.9.x
azure-mgmt-storage-1.9.0
1.8.x
azure-mgmt-storage-1.8.0
1.7.x
azure-mgmt-storage-1.7.0
1.6.x
azure-mgmt-storage-1.6.0
1.5.x
azure-mgmt-storage-1.5.1
azure-mgmt-storage-1.5.0
1.4.x
azure-mgmt-storage-1.4.0
1.3.x
azure-mgmt-storage-1.3.0
1.2.x
azure-mgmt-storage-1.2.1
azure-mgmt-storage-1.2.0
1.1.x
azure-mgmt-storage-1.1.2
azure-mgmt-storage-1.1.1
azure-mgmt-storage-1.1.0
1.0.x
azure-mgmt-storage-1.0.0
azure-mgmt-storage-1.0.0-beta5
azure-mgmt-storage-1.0.0-beta4.1
azure-mgmt-storage-1.0.0-beta4
azure-mgmt-storage-1.0.0-beta3
azure-mgmt-storage-1.0.0-beta2
azure-mgmt-storage-1.0.0-beta1
0.9.x
azure-mgmt-storage-0.9.8
azure-mgmt-storage-0.9.7
azure-mgmt-storage-0.9.6
azure-mgmt-storage-0.9.5
azure-mgmt-storage-0.9.4
azure-mgmt-storage-0.9.3
azure-mgmt-storage-0.9.2
azure-mgmt-storage-0.9.1
azure-mgmt-storage-0.9.0
0.8.x
azure-mgmt-storage-0.8.3
azure-mgmt-storage-0.8.2
azure-mgmt-storage-0.8.1
azure-mgmt-storage-0.8.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-mgmt-storage</artifactId>
    <version>1.41.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.microsoft.azure:azure-mgmt-storage:1.41.4'

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

implementation("com.microsoft.azure:azure-mgmt-storage:1.41.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.microsoft.azure" % "azure-mgmt-storage" % "1.41.4"

Advertisement

Dependencies from Group

Aug 10, 2021
391 usages
19 stars
Aug 10, 2021
373 usages
19 stars
Jul 22, 2022
345 usages
2.1k stars
Aug 10, 2021
295 usages
19 stars
Jan 27, 2021
186 usages
190 stars

Discover Dependencies

Jul 30, 2023
412 usages
31.2k stars
Dec 15, 2018
24 usages
628 stars
Jan 22, 2019
3 usages
99 stars
Apr 28, 2023
7 usages
21.5k stars
Apr 08, 2021
12 usages
0 stars
Jul 18, 2017
64.3k stars
Sep 24, 2015
2 usages
598 stars
Nov 12, 2021
22 usages
15 stars
Aug 23, 2023
2 usages
50 stars