is not current version
Last Version 1.41.3

com.microsoft.azure:azure-parent 1.37.1

This package contains the parent module of Microsoft Azure SDK. A new set of management libraries are now Generally Available. For documentation on how to use the new libraries, please see https://aka.ms/azsdk/java/mgmt

GroupId

GroupId

com.microsoft.azure
ArtifactId

ArtifactId

azure-parent
Version

Version

1.37.1
Type

Type

pom

Download azure-parent 1.37.1

Filename Size
azure-parent-1.37.1.pom 15 KB
Browse

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