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