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