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