License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Security |
GroupId | GroupIdru.itbasis.utils |
ArtifactId | ArtifactIdspring-boot-starter-security-accessrole |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSecurity AccessRole
Support the use of the access roles with simple or Enum-classes that implement the interface IAccessRole
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/ru.itbasis.utils/spring-boot-starter-security-accessrole/ -->
<dependency>
<groupId>ru.itbasis.utils</groupId>
<artifactId>spring-boot-starter-security-accessrole</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/ru.itbasis.utils/spring-boot-starter-security-accessrole/
implementation 'ru.itbasis.utils:spring-boot-starter-security-accessrole:1.1'
// https://jarcasting.com/artifacts/ru.itbasis.utils/spring-boot-starter-security-accessrole/
implementation ("ru.itbasis.utils:spring-boot-starter-security-accessrole:1.1")
'ru.itbasis.utils:spring-boot-starter-security-accessrole:jar:1.1'
<dependency org="ru.itbasis.utils" name="spring-boot-starter-security-accessrole" rev="1.1">
<artifact name="spring-boot-starter-security-accessrole" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.itbasis.utils', module='spring-boot-starter-security-accessrole', version='1.1')
)
libraryDependencies += "ru.itbasis.utils" % "spring-boot-starter-security-accessrole" % "1.1"
[ru.itbasis.utils/spring-boot-starter-security-accessrole "1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.1 |
org.hibernate : hibernate-jpamodelgen | jar | 5.0.2.Final |
org.springframework.boot : spring-boot-configuration-processor | jar | |
org.springframework.boot : spring-boot-starter-security | jar | |
org.springframework.boot : spring-boot-starter-data-jpa Optional | jar | |
org.apache.commons : commons-lang3 | jar | 3.4 |
org.projectlombok : lombok Optional | jar | 1.16.6 |
Group / Artifact | Type | Version |
---|---|---|
org.powermock : powermock-module-testng | jar | [1.6.5,) |
org.springframework.boot : spring-boot-test-autoconfigure | jar | |
org.springframework : spring-test | jar | |
com.h2database : h2 | jar | 1.4.191 |