| GroupId | GroupIdcom.microsoft.azure | 
    
|---|---|
| ArtifactId | ArtifactIdazure-storage-blob | 
    
| Version | Version10.0.3-Preview | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/azure-storage-blob/ -->
<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-storage-blob</artifactId>
    <version>10.0.3-Preview</version>
</dependency>
                // https://jarcasting.com/artifacts/com.microsoft.azure/azure-storage-blob/
implementation 'com.microsoft.azure:azure-storage-blob:10.0.3-Preview'
                // https://jarcasting.com/artifacts/com.microsoft.azure/azure-storage-blob/
implementation ("com.microsoft.azure:azure-storage-blob:10.0.3-Preview")
                'com.microsoft.azure:azure-storage-blob:jar:10.0.3-Preview'
                <dependency org="com.microsoft.azure" name="azure-storage-blob" rev="10.0.3-Preview">
  <artifact name="azure-storage-blob" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.microsoft.azure', module='azure-storage-blob', version='10.0.3-Preview')
)
                libraryDependencies += "com.microsoft.azure" % "azure-storage-blob" % "10.0.3-Preview"
                [com.microsoft.azure/azure-storage-blob "10.0.3-Preview"]