GroupId | GroupIdcom.microsoft.azure |
---|---|
ArtifactId | ArtifactIdazure-mgmt-resources |
Version | Version1.34.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/azure-mgmt-resources/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.34.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-mgmt-resources/
implementation 'com.microsoft.azure:azure-mgmt-resources:1.34.0'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-mgmt-resources/
implementation ("com.microsoft.azure:azure-mgmt-resources:1.34.0")
'com.microsoft.azure:azure-mgmt-resources:jar:1.34.0'
<dependency org="com.microsoft.azure" name="azure-mgmt-resources" rev="1.34.0">
<artifact name="azure-mgmt-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-mgmt-resources', version='1.34.0')
)
libraryDependencies += "com.microsoft.azure" % "azure-mgmt-resources" % "1.34.0"
[com.microsoft.azure/azure-mgmt-resources "1.34.0"]