MVN

com.azure : azure-identity-extensions

Maven & Gradle

Aug 22, 2023
2.1k stars

Azure Identity Extensions · This package provides the ability of authenticating with Azure AD and returning a token as a password.

<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-identity-extensions</artifactId>
    <version>1.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.azure : azure-identity-extensions to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.7
  • Latest Beta: 1.2.0-beta.1

All Versions

Choose a version of com.azure : azure-identity-extensions to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
azure-identity-extensions-1.2.0-beta.1
1.1.x
azure-identity-extensions-1.1.7
azure-identity-extensions-1.1.6
azure-identity-extensions-1.1.5
azure-identity-extensions-1.1.4
azure-identity-extensions-1.1.3
azure-identity-extensions-1.1.2
azure-identity-extensions-1.1.1
azure-identity-extensions-1.1.0
1.0.x
azure-identity-extensions-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-identity-extensions</artifactId>
    <version>1.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.azure : azure-identity-extensions gradle dependency to your build.gradle file:

implementation 'com.azure:azure-identity-extensions:1.1.7'

Gradle Kotlin DSL: Add the following com.azure : azure-identity-extensions gradle kotlin dependency to your build.gradle.kts file:

implementation("com.azure:azure-identity-extensions:1.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.azure : azure-identity-extensions sbt scala dependency to your build.sbt file:

libraryDependencies += "com.azure" % "azure-identity-extensions" % "1.1.7"

Advertisement