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