azure-storage-blob-java

Installation
SKILL.md

Azure Storage Blob SDK for Java

Build blob storage applications using the Azure Storage Blob SDK for Java.

Installation

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

Client Creation

BlobServiceClient

Installs
4
First Seen
Mar 1, 2026
azure-storage-blob-java — claudedjale/skillset