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