Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.azure.spring |
ArtifactId | ArtifactIdazure-identity-spring |
Version | Version1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.azure.spring/azure-identity-spring/ -->
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-identity-spring</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.azure.spring/azure-identity-spring/
implementation 'com.azure.spring:azure-identity-spring:1.1.0'
// https://jarcasting.com/artifacts/com.azure.spring/azure-identity-spring/
implementation ("com.azure.spring:azure-identity-spring:1.1.0")
'com.azure.spring:azure-identity-spring:jar:1.1.0'
<dependency org="com.azure.spring" name="azure-identity-spring" rev="1.1.0">
<artifact name="azure-identity-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.azure.spring', module='azure-identity-spring', version='1.1.0')
)
libraryDependencies += "com.azure.spring" % "azure-identity-spring" % "1.1.0"
[com.azure.spring/azure-identity-spring "1.1.0"]