| GroupId | GroupIdcom.microsoft.azure | 
    
|---|---|
| ArtifactId | ArtifactIdazure | 
    
| Version | Version1.0.0-beta3 | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| azure-1.0.0-beta3.pom | |
| azure-1.0.0-beta3.jar | 15 KB | 
| azure-1.0.0-beta3-sources.jar | 9 KB | 
| azure-1.0.0-beta3-javadoc.jar | 56 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/azure/ -->
<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure</artifactId>
    <version>1.0.0-beta3</version>
</dependency>
                // https://jarcasting.com/artifacts/com.microsoft.azure/azure/
implementation 'com.microsoft.azure:azure:1.0.0-beta3'
                // https://jarcasting.com/artifacts/com.microsoft.azure/azure/
implementation ("com.microsoft.azure:azure:1.0.0-beta3")
                'com.microsoft.azure:azure:jar:1.0.0-beta3'
                <dependency org="com.microsoft.azure" name="azure" rev="1.0.0-beta3">
  <artifact name="azure" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.microsoft.azure', module='azure', version='1.0.0-beta3')
)
                libraryDependencies += "com.microsoft.azure" % "azure" % "1.0.0-beta3"
                [com.microsoft.azure/azure "1.0.0-beta3"]