License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.microsoft.azure |
ArtifactId | ArtifactIdazure-active-directory-spring-boot-starter |
Version | Version3.0.0 |
Type | Typejar |
Description |
DescriptionAzure Spring Boot Starter for Azure AD Spring Security Integration
Spring Boot Starter for Azure AD and Spring Security Integration
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/azure-active-directory-spring-boot-starter/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-active-directory-spring-boot-starter</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-active-directory-spring-boot-starter/
implementation 'com.microsoft.azure:azure-active-directory-spring-boot-starter:3.0.0'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-active-directory-spring-boot-starter/
implementation ("com.microsoft.azure:azure-active-directory-spring-boot-starter:3.0.0")
'com.microsoft.azure:azure-active-directory-spring-boot-starter:jar:3.0.0'
<dependency org="com.microsoft.azure" name="azure-active-directory-spring-boot-starter" rev="3.0.0">
<artifact name="azure-active-directory-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-active-directory-spring-boot-starter', version='3.0.0')
)
libraryDependencies += "com.microsoft.azure" % "azure-active-directory-spring-boot-starter" % "3.0.0"
[com.microsoft.azure/azure-active-directory-spring-boot-starter "3.0.0"]