License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdcom.github.enesusta |
ArtifactId | ArtifactIdspring-security-starter |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-security-starter
Utility class for Spring Security to easy usage
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.enesusta/spring-security-starter/ -->
<dependency>
<groupId>com.github.enesusta</groupId>
<artifactId>spring-security-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.enesusta/spring-security-starter/
implementation 'com.github.enesusta:spring-security-starter:1.0.0'
// https://jarcasting.com/artifacts/com.github.enesusta/spring-security-starter/
implementation ("com.github.enesusta:spring-security-starter:1.0.0")
'com.github.enesusta:spring-security-starter:jar:1.0.0'
<dependency org="com.github.enesusta" name="spring-security-starter" rev="1.0.0">
<artifact name="spring-security-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.enesusta', module='spring-security-starter', version='1.0.0')
)
libraryDependencies += "com.github.enesusta" % "spring-security-starter" % "1.0.0"
[com.github.enesusta/spring-security-starter "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.security : spring-security-core | jar | 5.3.0.RELEASE |
io.jsonwebtoken : jjwt-api | jar | 0.11.1 |
Group / Artifact | Type | Version |
---|---|---|
io.jsonwebtoken : jjwt-impl | jar | 0.11.1 |
io.jsonwebtoken : jjwt-jackson | jar | 0.11.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.6.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.6.0 |