License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdcom.github.jiramot |
ArtifactId | ArtifactIdsecurity |
Last Version | Last Version0.3.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJRM Security
Spring security extension with JWT
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
security-0.3.3.pom | |
security-0.3.3.jar | 36 KB |
security-0.3.3-sources.jar | 13 KB |
security-0.3.3-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jiramot/security/ -->
<dependency>
<groupId>com.github.jiramot</groupId>
<artifactId>security</artifactId>
<version>0.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jiramot/security/
implementation 'com.github.jiramot:security:0.3.3'
// https://jarcasting.com/artifacts/com.github.jiramot/security/
implementation ("com.github.jiramot:security:0.3.3")
'com.github.jiramot:security:jar:0.3.3'
<dependency org="com.github.jiramot" name="security" rev="0.3.3">
<artifact name="security" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jiramot', module='security', version='0.3.3')
)
libraryDependencies += "com.github.jiramot" % "security" % "0.3.3"
[com.github.jiramot/security "0.3.3"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.10 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | |
org.springframework.boot : spring-boot-starter-security | jar | |
com.nimbusds : nimbus-jose-jwt | jar | 6.0 |
commons-io : commons-io | jar | 2.6 |
io.jsonwebtoken : jjwt-api | jar | 0.10.5 |
io.jsonwebtoken : jjwt-impl | jar | 0.10.5 |
org.bouncycastle : bcprov-jdk15on | jar | 1.60 |
io.jsonwebtoken : jjwt-jackson | jar | 0.10.5 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.2.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.2.0 |
org.springframework.security : spring-security-test | jar | |
org.hamcrest : hamcrest-library | jar | 1.3 |