| Группа | Группаcom.microsoft.azure.cosmosdb.v2020_06_01_preview |
|---|---|
| Идентификатор | Идентификаторazure-mgmt-cosmosdb |
| Версия | Версия1.0.0-beta |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure.cosmosdb.v2020_06_01_preview/azure-mgmt-cosmosdb/ -->
<dependency>
<groupId>com.microsoft.azure.cosmosdb.v2020_06_01_preview</groupId>
<artifactId>azure-mgmt-cosmosdb</artifactId>
<version>1.0.0-beta</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure.cosmosdb.v2020_06_01_preview/azure-mgmt-cosmosdb/
implementation 'com.microsoft.azure.cosmosdb.v2020_06_01_preview:azure-mgmt-cosmosdb:1.0.0-beta'
// https://jarcasting.com/artifacts/com.microsoft.azure.cosmosdb.v2020_06_01_preview/azure-mgmt-cosmosdb/
implementation ("com.microsoft.azure.cosmosdb.v2020_06_01_preview:azure-mgmt-cosmosdb:1.0.0-beta")
'com.microsoft.azure.cosmosdb.v2020_06_01_preview:azure-mgmt-cosmosdb:jar:1.0.0-beta'
<dependency org="com.microsoft.azure.cosmosdb.v2020_06_01_preview" name="azure-mgmt-cosmosdb" rev="1.0.0-beta">
<artifact name="azure-mgmt-cosmosdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure.cosmosdb.v2020_06_01_preview', module='azure-mgmt-cosmosdb', version='1.0.0-beta')
)
libraryDependencies += "com.microsoft.azure.cosmosdb.v2020_06_01_preview" % "azure-mgmt-cosmosdb" % "1.0.0-beta"
[com.microsoft.azure.cosmosdb.v2020_06_01_preview/azure-mgmt-cosmosdb "1.0.0-beta"]