| License |
License |
|---|---|
| Categories |
CategoriesSecurity |
| GroupId | GroupIdcom.github.shamithachandrasena |
| ArtifactId | ArtifactIdwebsecurity-token |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionwebsecurity-token
token based web security for spring boot
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| websecurity-token-1.0.2.pom | |
| websecurity-token-1.0.2.jar | 15 KB |
| websecurity-token-1.0.2-sources.jar | 12 KB |
| websecurity-token-1.0.2-javadoc.jar | 81 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.shamithachandrasena/websecurity-token/ -->
<dependency>
<groupId>com.github.shamithachandrasena</groupId>
<artifactId>websecurity-token</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shamithachandrasena/websecurity-token/
implementation 'com.github.shamithachandrasena:websecurity-token:1.0.2'
// https://jarcasting.com/artifacts/com.github.shamithachandrasena/websecurity-token/
implementation ("com.github.shamithachandrasena:websecurity-token:1.0.2")
'com.github.shamithachandrasena:websecurity-token:jar:1.0.2'
<dependency org="com.github.shamithachandrasena" name="websecurity-token" rev="1.0.2">
<artifact name="websecurity-token" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shamithachandrasena', module='websecurity-token', version='1.0.2')
)
libraryDependencies += "com.github.shamithachandrasena" % "websecurity-token" % "1.0.2"
[com.github.shamithachandrasena/websecurity-token "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.security : spring-security-core | jar | 3.2.5.RELEASE |
| org.springframework.security : spring-security-web | jar | 3.2.5.RELEASE |
| org.springframework.security : spring-security-config | jar | 3.2.5.RELEASE |
| org.springframework.security : spring-security-jwt | jar | RELEASE |
| org.springframework : spring-web | jar | 4.3.5.RELEASE |
| io.jsonwebtoken : jjwt-api | jar | 0.10.5 |
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.10.3 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.10.3 |
| junit : junit | jar | 4.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.jsonwebtoken : jjwt-impl | jar | 0.10.5 |
| io.jsonwebtoken : jjwt-jackson | jar | 0.10.5 |