MVN

com.microsoft.azure.v2 : autorest-build-tools

Maven & Gradle

Aug 07, 2018
19 stars

Build tools for AutoRest client runtime for Java · This package contains the build tools for AutoRest generated Java clients.

<dependency>
    <groupId>com.microsoft.azure.v2</groupId>
    <artifactId>autorest-build-tools</artifactId>
    <version>2.0.0-beta4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.microsoft.azure.v2 : autorest-build-tools to add to Maven or Gradle - Latest Versions:

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

All Versions

Choose a version of com.microsoft.azure.v2 : autorest-build-tools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
autorest-build-tools-2.0.0-beta4
autorest-build-tools-2.0.0-beta3
autorest-build-tools-2.0.0-beta2
autorest-build-tools-2.0.0-java7-beta1
autorest-build-tools-2.0.0-beta1

How to add a dependency to Maven

Add the following com.microsoft.azure.v2 : autorest-build-tools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.microsoft.azure.v2</groupId>
    <artifactId>autorest-build-tools</artifactId>
    <version>2.0.0-beta4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.microsoft.azure.v2 : autorest-build-tools gradle dependency to your build.gradle file:

implementation 'com.microsoft.azure.v2:autorest-build-tools:2.0.0-beta4'

Gradle Kotlin DSL: Add the following com.microsoft.azure.v2 : autorest-build-tools gradle kotlin dependency to your build.gradle.kts file:

implementation("com.microsoft.azure.v2:autorest-build-tools:2.0.0-beta4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.microsoft.azure.v2 : autorest-build-tools sbt scala dependency to your build.sbt file:

libraryDependencies += "com.microsoft.azure.v2" % "autorest-build-tools" % "2.0.0-beta4"