MVN

com.microsoft.azure.v2 : azure-client-authentication

Maven & Gradle

Aug 07, 2018
19 stars

Azure Java Client Authentication Library for AutoRest · This package contains the authentication connectors to Active Directory for JDK.

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

Latest Version

Choose a version of com.microsoft.azure.v2 : azure-client-authentication 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 : azure-client-authentication to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
azure-client-authentication-2.0.0-beta4
azure-client-authentication-2.0.0-beta3
azure-client-authentication-2.0.0-beta2
azure-client-authentication-2.0.0-java7-beta1
azure-client-authentication-2.0.0-beta1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.microsoft.azure.v2</groupId>
    <artifactId>azure-client-authentication</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 : azure-client-authentication gradle dependency to your build.gradle file:

implementation 'com.microsoft.azure.v2:azure-client-authentication:2.0.0-beta4'

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

implementation("com.microsoft.azure.v2:azure-client-authentication:2.0.0-beta4")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.microsoft.azure.v2" % "azure-client-authentication" % "2.0.0-beta4"