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