a

azure-mgmt-compute

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