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