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