Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.microsoft.azure |
ArtifactId | ArtifactIdazure-client-authentication |
Version | Version1.6.12 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/azure-client-authentication/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-client-authentication</artifactId>
<version>1.6.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-client-authentication/
implementation 'com.microsoft.azure:azure-client-authentication:1.6.12'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-client-authentication/
implementation ("com.microsoft.azure:azure-client-authentication:1.6.12")
'com.microsoft.azure:azure-client-authentication:jar:1.6.12'
<dependency org="com.microsoft.azure" name="azure-client-authentication" rev="1.6.12">
<artifact name="azure-client-authentication" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-client-authentication', version='1.6.12')
)
libraryDependencies += "com.microsoft.azure" % "azure-client-authentication" % "1.6.12"
[com.microsoft.azure/azure-client-authentication "1.6.12"]