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