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