MVN

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

Maven & Gradle

Apr 07, 2018
1 usages
19 stars

Native Modules for AutoRest Client Runtime for Java · 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.

<dependency>
    <groupId>com.microsoft.rest.v2</groupId>
    <artifactId>client-runtime-native</artifactId>
    <version>2.0.0-java7-beta1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.microsoft.rest.v2 : client-runtime-native to add to Maven - Latest Versions:

  • Latest Stable: 2.0.0-java7-beta1
  • Latest Beta: 2.0.0-java7-beta1

All Versions

Choose a version of com.microsoft.rest.v2 : client-runtime-native to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
client-runtime-native-2.0.0-java7-beta1
client-runtime-native-2.0.0-beta1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.microsoft.rest.v2</groupId>
    <artifactId>client-runtime-native</artifactId>
    <version>2.0.0-java7-beta1</version>
</dependency>

Advertisement