c

client-runtime

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