GroupId | GroupIdcom.microsoft.azure |
---|---|
ArtifactId | ArtifactIdazure-mgmt-sql |
Version | Version1.11.1 |
Type | Typejar |
Filename | Size |
---|---|
azure-mgmt-sql-1.11.1.pom | |
azure-mgmt-sql-1.11.1.jar | 1 MB |
azure-mgmt-sql-1.11.1-sources.jar | 477 KB |
azure-mgmt-sql-1.11.1-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/azure-mgmt-sql/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-sql</artifactId>
<version>1.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-mgmt-sql/
implementation 'com.microsoft.azure:azure-mgmt-sql:1.11.1'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-mgmt-sql/
implementation ("com.microsoft.azure:azure-mgmt-sql:1.11.1")
'com.microsoft.azure:azure-mgmt-sql:jar:1.11.1'
<dependency org="com.microsoft.azure" name="azure-mgmt-sql" rev="1.11.1">
<artifact name="azure-mgmt-sql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-mgmt-sql', version='1.11.1')
)
libraryDependencies += "com.microsoft.azure" % "azure-mgmt-sql" % "1.11.1"
[com.microsoft.azure/azure-mgmt-sql "1.11.1"]