GroupId | GroupIdcom.microsoft.azure |
---|---|
ArtifactId | ArtifactIdazure-mgmt-sql |
Version | Version1.32.1 |
Type | Typejar |
Filename | Size |
---|---|
azure-mgmt-sql-1.32.1.pom | |
azure-mgmt-sql-1.32.1.jar | 3 MB |
azure-mgmt-sql-1.32.1-sources.jar | 725 KB |
azure-mgmt-sql-1.32.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.32.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-mgmt-sql/
implementation 'com.microsoft.azure:azure-mgmt-sql:1.32.1'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-mgmt-sql/
implementation ("com.microsoft.azure:azure-mgmt-sql:1.32.1")
'com.microsoft.azure:azure-mgmt-sql:jar:1.32.1'
<dependency org="com.microsoft.azure" name="azure-mgmt-sql" rev="1.32.1">
<artifact name="azure-mgmt-sql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-mgmt-sql', version='1.32.1')
)
libraryDependencies += "com.microsoft.azure" % "azure-mgmt-sql" % "1.32.1"
[com.microsoft.azure/azure-mgmt-sql "1.32.1"]