License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Ant Build Tools H2 Data Databases OAuth2 Security |
GroupId | GroupIdio.quantics |
ArtifactId | ArtifactIdmultitenant-oauth2-spring-boot-starter |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Boot starter library for multi-tenant OAuth2 resource servers
Parent pom providing dependency and plugin management for applications built with Maven
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.quantics/multitenant-oauth2-spring-boot-starter/ -->
<dependency>
<groupId>io.quantics</groupId>
<artifactId>multitenant-oauth2-spring-boot-starter</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.quantics/multitenant-oauth2-spring-boot-starter/
implementation 'io.quantics:multitenant-oauth2-spring-boot-starter:0.2.0'
// https://jarcasting.com/artifacts/io.quantics/multitenant-oauth2-spring-boot-starter/
implementation ("io.quantics:multitenant-oauth2-spring-boot-starter:0.2.0")
'io.quantics:multitenant-oauth2-spring-boot-starter:jar:0.2.0'
<dependency org="io.quantics" name="multitenant-oauth2-spring-boot-starter" rev="0.2.0">
<artifact name="multitenant-oauth2-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quantics', module='multitenant-oauth2-spring-boot-starter', version='0.2.0')
)
libraryDependencies += "io.quantics" % "multitenant-oauth2-spring-boot-starter" % "0.2.0"
[io.quantics/multitenant-oauth2-spring-boot-starter "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.4.5 |
org.springframework.boot : spring-boot-starter-security | jar | 2.4.5 |
org.springframework.boot : spring-boot-starter-oauth2-resource-server | jar | 2.4.5 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.4.5 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.4.5 |
org.springframework.security : spring-security-test | jar |