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