c

client-runtime-native

This package contains native dependencies for the AutoRest Client Runtime for Java which can improve performance. Including this package in your dependencies will cause all native modules available on your OS to be used. Currently, only x86_64 architectures are supported.
https://github.com/Azure/autorest-clientruntime-for-java
文件下载
文件名 操作
client-runtime-native-2.0.0-java7-beta1.pom 下载
Apache Maven
<dependency>
  <groupId>com.microsoft.rest.v2</groupId>
  <artifactId>client-runtime-native</artifactId>
  <version>2.0.0-java7-beta1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.microsoft.rest.v2:client-runtime-native:2.0.0-java7-beta1'
Gradle Kotlin
implementation("com.microsoft.rest.v2:client-runtime-native:2.0.0-java7-beta1")
Scala SBT
libraryDependencies += "com.microsoft.rest.v2" % "client-runtime-native" % "2.0.0-java7-beta1"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.rest.v2', module='client-runtime-native', version='2.0.0-java7-beta1')
)
Apache Ivy
<dependency org="com.microsoft.rest.v2" name="client-runtime-native" rev="2.0.0-java7-beta1" />
Leiningen
[com.microsoft.rest.v2/client-runtime-native "2.0.0-java7-beta1"]
Apache Buildr
'com.microsoft.rest.v2:client-runtime-native:jar:2.0.0-java7-beta1'