a

azure-storage-file-share

This module contains client library for Microsoft Azure File Share Storage.
https://github.com/Azure/azure-sdk-for-java
Files download
File Operation
azure-storage-file-share-12.11.4.jar download
azure-storage-file-share-12.11.4.pom download
azure-storage-file-share-12.11.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-storage-file-share</artifactId>
  <version>12.11.4</version>
</dependency>
Gradle Groovy
implementation 'com.azure:azure-storage-file-share:12.11.4'
Gradle Kotlin
implementation("com.azure:azure-storage-file-share:12.11.4")
Scala SBT
libraryDependencies += "com.azure" % "azure-storage-file-share" % "12.11.4"
Groovy Grape
@Grapes(
  @Grab(group='com.azure', module='azure-storage-file-share', version='12.11.4')
)
Apache Ivy
<dependency org="com.azure" name="azure-storage-file-share" rev="12.11.4" />
Leiningen
[com.azure/azure-storage-file-share "12.11.4"]
Apache Buildr
'com.azure:azure-storage-file-share:jar:12.11.4'