is not current version
Last Version 2.0.0-java7-beta1

com.microsoft.rest.v2:client-runtime-native 2.0.0-beta1

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.

Categories

Categories

CLI User Interface Native Development Tools
GroupId

GroupId

com.microsoft.rest.v2
ArtifactId

ArtifactId

client-runtime-native
Version

Version

2.0.0-beta1
Type

Type

pom

Download client-runtime-native 2.0.0-beta1


<!-- https://jarcasting.com/artifacts/com.microsoft.rest.v2/client-runtime-native/ -->
<dependency>
    <groupId>com.microsoft.rest.v2</groupId>
    <artifactId>client-runtime-native</artifactId>
    <version>2.0.0-beta1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.rest.v2/client-runtime-native/
implementation 'com.microsoft.rest.v2:client-runtime-native:2.0.0-beta1'
// https://jarcasting.com/artifacts/com.microsoft.rest.v2/client-runtime-native/
implementation ("com.microsoft.rest.v2:client-runtime-native:2.0.0-beta1")
'com.microsoft.rest.v2:client-runtime-native:pom:2.0.0-beta1'
<dependency org="com.microsoft.rest.v2" name="client-runtime-native" rev="2.0.0-beta1">
  <artifact name="client-runtime-native" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.rest.v2', module='client-runtime-native', version='2.0.0-beta1')
)
libraryDependencies += "com.microsoft.rest.v2" % "client-runtime-native" % "2.0.0-beta1"
[com.microsoft.rest.v2/client-runtime-native "2.0.0-beta1"]