Download client-runtime-2.0.0-beta3.jar file - Jar c

Jar examples for c:client-runtime

Description

This package contains the basic runtime for AutoRest generated Java clients.

You can download jar file client-runtime 2.0.0-beta3 in this page.

License

The MIT License (MIT)

Build File

You can use the following script to add client-runtime-2.0.0-beta3.jar to your project.

<dependency>
   <groupId>com.microsoft.rest.v2</groupId>
   <artifactId>client-runtime</artifactId>
   <version>2.0.0-beta3</version>
</dependency>
compile group: 'com.microsoft.rest.v2', name: 'client-runtime', version: '2.0.0-beta3'
libraryDependencies += "com.microsoft.rest.v2" % "client-runtime" % "2.0.0-beta3"
<dependency org="com.microsoft.rest.v2" name="client-runtime" rev="2.0.0-beta3"/>
@Grapes(@Grab(group='com.microsoft.rest.v2', module='client-runtime', version='2.0.0-beta3'))
'com.microsoft.rest.v2:client-runtime:jar:2.0.0-beta3'

Download

Click the following link to download the jar file.

client-runtime-2.0.0-beta3-javadoc.jar
client-runtime-2.0.0-beta3-sources.jar
client-runtime-2.0.0-beta3.jar
client-runtime-2.0.0-beta3.pom



Related Tutorials