| GroupId | GroupIdcom.microsoft.azure |
|---|---|
| ArtifactId | ArtifactIdazure-storage |
| Version | Version4.0-alpha-1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| azure-storage-4.0-alpha-1.pom | |
| azure-storage-4.0-alpha-1.jar | 720 KB |
| azure-storage-4.0-alpha-1-sources.jar | 556 KB |
| azure-storage-4.0-alpha-1-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/azure-storage/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-storage</artifactId>
<version>4.0-alpha-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-storage/
implementation 'com.microsoft.azure:azure-storage:4.0-alpha-1'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-storage/
implementation ("com.microsoft.azure:azure-storage:4.0-alpha-1")
'com.microsoft.azure:azure-storage:jar:4.0-alpha-1'
<dependency org="com.microsoft.azure" name="azure-storage" rev="4.0-alpha-1">
<artifact name="azure-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-storage', version='4.0-alpha-1')
)
libraryDependencies += "com.microsoft.azure" % "azure-storage" % "4.0-alpha-1"
[com.microsoft.azure/azure-storage "4.0-alpha-1"]