a

azure-mgmt-resources

This package contains Microsoft Azure Resource Management SDK.
https://github.com/Azure/azure-sdk-for-java
The MIT License (MIT)
Microsoft
Files download
File Operation
azure-mgmt-resources-1.8.0.jar download
azure-mgmt-resources-1.8.0.pom download
azure-mgmt-resources-1.8.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.microsoft.azure</groupId>
  <artifactId>azure-mgmt-resources</artifactId>
  <version>1.8.0</version>
</dependency>
Gradle Groovy
implementation 'com.microsoft.azure:azure-mgmt-resources:1.8.0'
Gradle Kotlin
implementation("com.microsoft.azure:azure-mgmt-resources:1.8.0")
Scala SBT
libraryDependencies += "com.microsoft.azure" % "azure-mgmt-resources" % "1.8.0"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.azure', module='azure-mgmt-resources', version='1.8.0')
)
Apache Ivy
<dependency org="com.microsoft.azure" name="azure-mgmt-resources" rev="1.8.0" />
Leiningen
[com.microsoft.azure/azure-mgmt-resources "1.8.0"]
Apache Buildr
'com.microsoft.azure:azure-mgmt-resources:jar:1.8.0'