a

azure-storage-blob-batch

This module contains client library for Microsoft Azure Blob Storage batching.
https://github.com/Azure/azure-sdk-for-java
文件下载
文件名 操作
azure-storage-blob-batch-12.19.0.jar 下载
azure-storage-blob-batch-12.19.0.pom 下载
azure-storage-blob-batch-12.19.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-storage-blob-batch</artifactId>
  <version>12.19.0</version>
</dependency>
Gradle Groovy
implementation 'com.azure:azure-storage-blob-batch:12.19.0'
Gradle Kotlin
implementation("com.azure:azure-storage-blob-batch:12.19.0")
Scala SBT
libraryDependencies += "com.azure" % "azure-storage-blob-batch" % "12.19.0"
Groovy Grape
@Grapes(
  @Grab(group='com.azure', module='azure-storage-blob-batch', version='12.19.0')
)
Apache Ivy
<dependency org="com.azure" name="azure-storage-blob-batch" rev="12.19.0" />
Leiningen
[com.azure/azure-storage-blob-batch "12.19.0"]
Apache Buildr
'com.azure:azure-storage-blob-batch:jar:12.19.0'