| Группа | Группаcom.microsoft.azure |
|---|---|
| Идентификатор | Идентификаторazure-mgmt-compute |
| Версия | Версия1.35.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| azure-mgmt-compute-1.35.1.pom | |
| azure-mgmt-compute-1.35.1.jar | 2 MB |
| azure-mgmt-compute-1.35.1-sources.jar | 690 KB |
| azure-mgmt-compute-1.35.1-javadoc.jar | 4 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/azure-mgmt-compute/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-compute</artifactId>
<version>1.35.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-mgmt-compute/
implementation 'com.microsoft.azure:azure-mgmt-compute:1.35.1'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-mgmt-compute/
implementation ("com.microsoft.azure:azure-mgmt-compute:1.35.1")
'com.microsoft.azure:azure-mgmt-compute:jar:1.35.1'
<dependency org="com.microsoft.azure" name="azure-mgmt-compute" rev="1.35.1">
<artifact name="azure-mgmt-compute" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-mgmt-compute', version='1.35.1')
)
libraryDependencies += "com.microsoft.azure" % "azure-mgmt-compute" % "1.35.1"
[com.microsoft.azure/azure-mgmt-compute "1.35.1"]