| License |
License |
|---|---|
| GroupId | GroupIdcom.microsoft.azure |
| ArtifactId | ArtifactIdazure-parent |
| Version | Version1.41.2 |
| Type | Typepom |
| Description |
DescriptionMicrosoft Azure SDK Parent
This package contains the parent module of Microsoft Azure SDK. This package is in low maintenance mode and being phased out. To use the latest Azure SDK for resource management, please see https://aka.ms/azsdk/java/mgmt
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| azure-parent-1.41.2.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.41.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-parent/
implementation 'com.microsoft.azure:azure-parent:1.41.2'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-parent/
implementation ("com.microsoft.azure:azure-parent:1.41.2")
'com.microsoft.azure:azure-parent:pom:1.41.2'
<dependency org="com.microsoft.azure" name="azure-parent" rev="1.41.2">
<artifact name="azure-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-parent', version='1.41.2')
)
libraryDependencies += "com.microsoft.azure" % "azure-parent" % "1.41.2"
[com.microsoft.azure/azure-parent "1.41.2"]