Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.microsoft.azure |
ArtifactId | ArtifactIdazure-client-runtime |
Version | Version1.6.11 |
Type | Typejar |
Filename | Size |
---|---|
azure-client-runtime-1.6.11.pom | |
azure-client-runtime-1.6.11.jar | 94 KB |
azure-client-runtime-1.6.11-sources.jar | 44 KB |
azure-client-runtime-1.6.11-javadoc.jar | 206 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/azure-client-runtime/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-client-runtime</artifactId>
<version>1.6.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-client-runtime/
implementation 'com.microsoft.azure:azure-client-runtime:1.6.11'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-client-runtime/
implementation ("com.microsoft.azure:azure-client-runtime:1.6.11")
'com.microsoft.azure:azure-client-runtime:jar:1.6.11'
<dependency org="com.microsoft.azure" name="azure-client-runtime" rev="1.6.11">
<artifact name="azure-client-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-client-runtime', version='1.6.11')
)
libraryDependencies += "com.microsoft.azure" % "azure-client-runtime" % "1.6.11"
[com.microsoft.azure/azure-client-runtime "1.6.11"]