Download client-runtime-1.0.0-beta1.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 1.0.0-beta1 in this page.

License

The MIT License (MIT)

Build File

You can use the following script to add client-runtime-1.0.0-beta1.jar to your project.

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

Download

Click the following link to download the jar file.

client-runtime-1.0.0-beta1-javadoc.jar
client-runtime-1.0.0-beta1-sources.jar
client-runtime-1.0.0-beta1.jar
client-runtime-1.0.0-beta1.pom



Related Tutorials