| License |
License |
|---|---|
| Categories |
CategoriesSecurity |
| GroupId | GroupIdcom.github.ckpoint |
| ArtifactId | ArtifactIdsimple-spring-security |
| Last Version | Last Version0.0.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSimpleSpringSecurity
It is a library that makes Spring Security easy to use.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.ckpoint/simple-spring-security/ -->
<dependency>
<groupId>com.github.ckpoint</groupId>
<artifactId>simple-spring-security</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ckpoint/simple-spring-security/
implementation 'com.github.ckpoint:simple-spring-security:0.0.5'
// https://jarcasting.com/artifacts/com.github.ckpoint/simple-spring-security/
implementation ("com.github.ckpoint:simple-spring-security:0.0.5")
'com.github.ckpoint:simple-spring-security:jar:0.0.5'
<dependency org="com.github.ckpoint" name="simple-spring-security" rev="0.0.5">
<artifact name="simple-spring-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ckpoint', module='simple-spring-security', version='0.0.5')
)
libraryDependencies += "com.github.ckpoint" % "simple-spring-security" % "0.0.5"
[com.github.ckpoint/simple-spring-security "0.0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-security | jar | 2.2.7.RELEASE |
| org.springframework.boot : spring-boot-starter-web | jar | 2.2.7.RELEASE |
| org.projectlombok : lombok Optional | jar | 1.18.12 |
| org.modelmapper : modelmapper | jar | 2.3.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.2.7.RELEASE |
| org.springframework.security : spring-security-test | jar |