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