a

azure-client-authentication

This package contains the authentication connectors to Active Directory for JDK.
https://github.com/Azure/autorest-clientruntime-for-java
The MIT License (MIT)
Microsoft
Files download
File Operation
azure-client-authentication-1.2.1.jar download
azure-client-authentication-1.2.1.pom download
azure-client-authentication-1.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.microsoft.azure</groupId>
  <artifactId>azure-client-authentication</artifactId>
  <version>1.2.1</version>
</dependency>
Gradle Groovy
implementation 'com.microsoft.azure:azure-client-authentication:1.2.1'
Gradle Kotlin
implementation("com.microsoft.azure:azure-client-authentication:1.2.1")
Scala SBT
libraryDependencies += "com.microsoft.azure" % "azure-client-authentication" % "1.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.azure', module='azure-client-authentication', version='1.2.1')
)
Apache Ivy
<dependency org="com.microsoft.azure" name="azure-client-authentication" rev="1.2.1" />
Leiningen
[com.microsoft.azure/azure-client-authentication "1.2.1"]
Apache Buildr
'com.microsoft.azure:azure-client-authentication:jar:1.2.1'