| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdcom.infilos |
| ArtifactId | ArtifactIdrelax-auth-spring-boot-starter |
| Last Version | Last Version0.7.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJWT based authentication and ABAC based authorization.
|
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.infilos/relax-auth-spring-boot-starter/ -->
<dependency>
<groupId>com.infilos</groupId>
<artifactId>relax-auth-spring-boot-starter</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.infilos/relax-auth-spring-boot-starter/
implementation 'com.infilos:relax-auth-spring-boot-starter:0.7.0'
// https://jarcasting.com/artifacts/com.infilos/relax-auth-spring-boot-starter/
implementation ("com.infilos:relax-auth-spring-boot-starter:0.7.0")
'com.infilos:relax-auth-spring-boot-starter:jar:0.7.0'
<dependency org="com.infilos" name="relax-auth-spring-boot-starter" rev="0.7.0">
<artifact name="relax-auth-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.infilos', module='relax-auth-spring-boot-starter', version='0.7.0')
)
libraryDependencies += "com.infilos" % "relax-auth-spring-boot-starter" % "0.7.0"
[com.infilos/relax-auth-spring-boot-starter "0.7.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.infilos : relax-auth-core | jar | 0.7.0 |
| org.springframework.boot : spring-boot-autoconfigure | jar | |
| org.springframework.boot : spring-boot-starter-aop | jar | |
| org.springframework.boot : spring-boot-starter-web | jar | |
| org.springframework.boot : spring-boot-configuration-processor | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar |