Last Version

spring-security-jwt 0.8

Create stateless security on your Spring endpoints using JWT.

License

License

Categories

Categories

Security
GroupId

GroupId

be.looorent
ArtifactId

ArtifactId

spring-security-jwt
Version

Version

0.8
Type

Type

jar
Description

Description

spring-security-jwt
Create stateless security on your Spring endpoints using JWT.
Project URL

Project URL

https://github.com/looorent/spring-security-jwt
Source Code Management

Source Code Management

https://github.com/looorent/spring-security-jwt

Download spring-security-jwt 0.8


<!-- https://jarcasting.com/artifacts/be.looorent/spring-security-jwt/ -->
<dependency>
    <groupId>be.looorent</groupId>
    <artifactId>spring-security-jwt</artifactId>
    <version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/be.looorent/spring-security-jwt/
implementation 'be.looorent:spring-security-jwt:0.8'
// https://jarcasting.com/artifacts/be.looorent/spring-security-jwt/
implementation ("be.looorent:spring-security-jwt:0.8")
'be.looorent:spring-security-jwt:jar:0.8'
<dependency org="be.looorent" name="spring-security-jwt" rev="0.8">
  <artifact name="spring-security-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.looorent', module='spring-security-jwt', version='0.8')
)
libraryDependencies += "be.looorent" % "spring-security-jwt" % "0.8"
[be.looorent/spring-security-jwt "0.8"]

Dependencies

compile (4)

Group / Artifact Type Version
io.jsonwebtoken : jjwt jar 0.9.0
org.springframework.boot : spring-boot jar 1.4.0.RELEASE
org.springframework.boot : spring-boot-starter-security jar 1.4.0.RELEASE
javax.servlet : javax.servlet-api jar 3.1.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-all jar 1.3

Project Modules

There are no modules declared in this project.