is not current version
Last Version 1.41.3

com.microsoft.azure:azure-parent 1.0.0-beta3

This package contains the parent module of Microsoft Azure SDK.

GroupId

GroupId

com.microsoft.azure
ArtifactId

ArtifactId

azure-parent
Version

Version

1.0.0-beta3
Type

Type

pom

Download azure-parent 1.0.0-beta3


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