is not current version
Last Version 0.8

be.looorent:spring-security-jwt 0.6

Create stateless security on your Spring endpoints using JWT.

Categories

Categories

Security
GroupId

GroupId

be.looorent
ArtifactId

ArtifactId

spring-security-jwt
Version

Version

0.6
Type

Type

jar

Download spring-security-jwt 0.6


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