MVN

com.azure : azure-storage-common

Maven & Gradle

Aug 22, 2023
29 usages
2.1k stars

Microsoft Azure common module for Storage · This module contains common code based for all Microsoft Azure Storage client libraries.

<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-storage-common</artifactId>
    <version>12.22.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 12.22.1
  • Latest Beta: 12.23.0-beta.1

All Versions

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

Version Vulnerabilities Updated
12.23.x
azure-storage-common-12.23.0-beta.1
12.22.x
azure-storage-common-12.22.1
azure-storage-common-12.22.0
azure-storage-common-12.22.0-beta.1
12.21.x
azure-storage-common-12.21.2
azure-storage-common-12.21.1
azure-storage-common-12.21.0
azure-storage-common-12.21.0-beta.1
12.20.x
azure-storage-common-12.20.1
azure-storage-common-12.20.0
azure-storage-common-12.20.0-beta.1
12.19.x
azure-storage-common-12.19.3
azure-storage-common-12.19.2
azure-storage-common-12.19.1
azure-storage-common-12.19.0
azure-storage-common-12.19.0-beta.1
12.18.x
azure-storage-common-12.18.1
azure-storage-common-12.18.0
12.17.x
azure-storage-common-12.17.0
azure-storage-common-12.17.0-beta.1
12.16.x
azure-storage-common-12.16.1
azure-storage-common-12.16.0
azure-storage-common-12.16.0-beta.1
12.15.x
azure-storage-common-12.15.2
azure-storage-common-12.15.1
azure-storage-common-12.15.0
azure-storage-common-12.15.0-beta.3
azure-storage-common-12.15.0-beta.2
azure-storage-common-12.15.0-beta.1
12.14.x
azure-storage-common-12.14.3
azure-storage-common-12.14.2
azure-storage-common-12.14.1
azure-storage-common-12.14.0
12.13.x
azure-storage-common-12.13.0
azure-storage-common-12.13.0-beta.1
12.12.x
azure-storage-common-12.12.0
azure-storage-common-12.12.0-beta.1
12.11.x
azure-storage-common-12.11.1
azure-storage-common-12.11.0
azure-storage-common-12.11.0-beta.3
azure-storage-common-12.11.0-beta.2
azure-storage-common-12.11.0-beta.1
12.10.x
azure-storage-common-12.10.1
azure-storage-common-12.10.0
azure-storage-common-12.10.0-beta.1
12.9.x
azure-storage-common-12.9.0
azure-storage-common-12.9.0-beta.2
azure-storage-common-12.9.0-beta.1
12.8.x
azure-storage-common-12.8.0
azure-storage-common-12.8.0-beta.1
12.7.x
azure-storage-common-12.7.0
azure-storage-common-12.7.0-beta.1
12.6.x
azure-storage-common-12.6.1
azure-storage-common-12.6.0
12.5.x
azure-storage-common-12.5.0
12.4.x
azure-storage-common-12.4.0
12.3.x
azure-storage-common-12.3.1
azure-storage-common-12.3.0
12.2.x
azure-storage-common-12.2.0
azure-storage-common-12.2.0-beta.1
12.1.x
azure-storage-common-12.1.0
12.0.x
azure-storage-common-12.0.1
azure-storage-common-12.0.0
azure-storage-common-12.0.0-preview.4
azure-storage-common-12.0.0-preview.3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-storage-common</artifactId>
    <version>12.22.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.azure:azure-storage-common:12.22.1'

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

implementation("com.azure:azure-storage-common:12.22.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.azure" % "azure-storage-common" % "12.22.1"

Advertisement

Dependencies from Group

Aug 05, 2023
250 usages
2.1k stars
Aug 10, 2023
157 usages
2.1k stars
Aug 05, 2023
127 usages
2.1k stars
Aug 05, 2023
117 usages
2.1k stars
Aug 05, 2023
94 usages
2.1k stars

Discover Dependencies