MVN

com.microsoft.rest.v2 : client-runtime

Maven & Gradle

Apr 19, 2019
5 usages
19 stars

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

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

Latest Version

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

  • Latest Stable: 2.1.1
  • Latest Beta: 2.0.0-beta4

All Versions

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

Version Vulnerabilities Updated
2.1.x
client-runtime-2.1.1
client-runtime-2.1.0
2.0.x
client-runtime-2.0.3
client-runtime-2.0.2
client-runtime-2.0.1
client-runtime-2.0.0
client-runtime-2.0.0-beta4
client-runtime-2.0.0-beta3
client-runtime-2.0.0-beta2
client-runtime-2.0.0-java7-beta1
client-runtime-2.0.0-beta1

How to add a dependency to Maven

Add the following com.microsoft.rest.v2 : client-runtime maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.microsoft.rest.v2</groupId>
    <artifactId>client-runtime</artifactId>
    <version>2.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.microsoft.rest.v2 : client-runtime gradle dependency to your build.gradle file:

implementation 'com.microsoft.rest.v2:client-runtime:2.1.1'

Gradle Kotlin DSL: Add the following com.microsoft.rest.v2 : client-runtime gradle kotlin dependency to your build.gradle.kts file:

implementation("com.microsoft.rest.v2:client-runtime:2.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.microsoft.rest.v2 : client-runtime sbt scala dependency to your build.sbt file:

libraryDependencies += "com.microsoft.rest.v2" % "client-runtime" % "2.1.1"

Advertisement