License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdio.gitlab.hsedjame |
ArtifactId | ArtifactIdproject-security-core |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionproject-security-core
Projet noyau des serveurs de sécurité (authentification et autorisation)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.gitlab.hsedjame/project-security-core/ -->
<dependency>
<groupId>io.gitlab.hsedjame</groupId>
<artifactId>project-security-core</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.gitlab.hsedjame/project-security-core/
implementation 'io.gitlab.hsedjame:project-security-core:1.0.2'
// https://jarcasting.com/artifacts/io.gitlab.hsedjame/project-security-core/
implementation ("io.gitlab.hsedjame:project-security-core:1.0.2")
'io.gitlab.hsedjame:project-security-core:jar:1.0.2'
<dependency org="io.gitlab.hsedjame" name="project-security-core" rev="1.0.2">
<artifact name="project-security-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gitlab.hsedjame', module='project-security-core', version='1.0.2')
)
libraryDependencies += "io.gitlab.hsedjame" % "project-security-core" % "1.0.2"
[io.gitlab.hsedjame/project-security-core "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.1.3.RELEASE |
io.gitlab.hsedjame : project-utils | jar | 1.0.0 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.1.3.RELEASE |
org.projectlombok : lombok Optional | jar | 1.18.6 |
org.springframework.boot : spring-boot-starter-security | jar | 2.1.3.RELEASE |
org.springframework.boot : spring-boot-starter-webflux | jar | 2.1.3.RELEASE |
io.jsonwebtoken : jjwt-api | jar | 0.10.5 |
Group / Artifact | Type | Version |
---|---|---|
io.jsonwebtoken : jjwt-impl | jar | 0.10.5 |
io.jsonwebtoken : jjwt-jackson | jar | 0.10.5 |