a

azure-client-runtime

This package contains the basic runtime for AutoRest generated Azure Java clients.
https://github.com/Azure/autorest-clientruntime-for-java
The MIT License (MIT)
Microsoft
Files download
File Operation
azure-client-runtime-1.6.14.jar download
azure-client-runtime-1.6.14.pom download
azure-client-runtime-1.6.14-sources.jar download
Apache Maven
<dependency>
  <groupId>com.microsoft.azure</groupId>
  <artifactId>azure-client-runtime</artifactId>
  <version>1.6.14</version>
</dependency>
Gradle Groovy
implementation 'com.microsoft.azure:azure-client-runtime:1.6.14'
Gradle Kotlin
implementation("com.microsoft.azure:azure-client-runtime:1.6.14")
Scala SBT
libraryDependencies += "com.microsoft.azure" % "azure-client-runtime" % "1.6.14"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.azure', module='azure-client-runtime', version='1.6.14')
)
Apache Ivy
<dependency org="com.microsoft.azure" name="azure-client-runtime" rev="1.6.14" />
Leiningen
[com.microsoft.azure/azure-client-runtime "1.6.14"]
Apache Buildr
'com.microsoft.azure:azure-client-runtime:jar:1.6.14'