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