is not current version
Last Version 1.41.3

com.microsoft.azure:azure 1.0.0-beta1

This package contains the parent module of Microsoft Azure SDK.

GroupId

GroupId

com.microsoft.azure
ArtifactId

ArtifactId

azure
Version

Version

1.0.0-beta1
Type

Type

pom

Download azure 1.0.0-beta1

Filename Size
azure-1.0.0-beta1.pom 7 KB
Browse

<!-- https://jarcasting.com/artifacts/com.microsoft.azure/azure/ -->
<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure</artifactId>
    <version>1.0.0-beta1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure/
implementation 'com.microsoft.azure:azure:1.0.0-beta1'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure/
implementation ("com.microsoft.azure:azure:1.0.0-beta1")
'com.microsoft.azure:azure:pom:1.0.0-beta1'
<dependency org="com.microsoft.azure" name="azure" rev="1.0.0-beta1">
  <artifact name="azure" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure', version='1.0.0-beta1')
)
libraryDependencies += "com.microsoft.azure" % "azure" % "1.0.0-beta1"
[com.microsoft.azure/azure "1.0.0-beta1"]