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