License |
License |
---|---|
Categories |
CategoriesCLI User Interface Native Development Tools |
GroupId | GroupIdcom.microsoft.rest.v2 |
ArtifactId | ArtifactIdclient-runtime-native |
Version | Version2.0.0-java7-beta1 |
Type | Typepom |
Description |
DescriptionNative 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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
client-runtime-native-2.0.0-java7-beta1.pom | 3 KB |
Browse |
<!-- 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-java7-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-java7-beta1'
// https://jarcasting.com/artifacts/com.microsoft.rest.v2/client-runtime-native/
implementation ("com.microsoft.rest.v2:client-runtime-native:2.0.0-java7-beta1")
'com.microsoft.rest.v2:client-runtime-native:pom:2.0.0-java7-beta1'
<dependency org="com.microsoft.rest.v2" name="client-runtime-native" rev="2.0.0-java7-beta1">
<artifact name="client-runtime-native" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.rest.v2', module='client-runtime-native', version='2.0.0-java7-beta1')
)
libraryDependencies += "com.microsoft.rest.v2" % "client-runtime-native" % "2.0.0-java7-beta1"
[com.microsoft.rest.v2/client-runtime-native "2.0.0-java7-beta1"]