MVN

com.azure : azure-storage-blob-cryptography

Maven & Gradle

Aug 22, 2023
4 usages
2.1k stars

Microsoft Azure client library for Blob Storage cryptography · This module contains client library for Microsoft Azure Blob Storage cryptography.

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

Latest Version

Choose a version of com.azure : azure-storage-blob-cryptography 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-blob-cryptography to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.azure:azure-storage-blob-cryptography:12.22.1'

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

implementation("com.azure:azure-storage-blob-cryptography:12.22.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.azure" % "azure-storage-blob-cryptography" % "12.22.1"

Advertisement