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.7.6.jar download
azure-client-runtime-1.7.6.pom download
azure-client-runtime-1.7.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.microsoft.azure</groupId>
  <artifactId>azure-client-runtime</artifactId>
  <version>1.7.6</version>
</dependency>
Gradle Groovy
implementation 'com.microsoft.azure:azure-client-runtime:1.7.6'
Gradle Kotlin
implementation("com.microsoft.azure:azure-client-runtime:1.7.6")
Scala SBT
libraryDependencies += "com.microsoft.azure" % "azure-client-runtime" % "1.7.6"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.azure', module='azure-client-runtime', version='1.7.6')
)
Apache Ivy
<dependency org="com.microsoft.azure" name="azure-client-runtime" rev="1.7.6" />
Leiningen
[com.microsoft.azure/azure-client-runtime "1.7.6"]
Apache Buildr
'com.microsoft.azure:azure-client-runtime:jar:1.7.6'