Last Version

Spring Security JWT Library 1.1.1.RELEASE

Spring Security JWT is a small utility library for encoding and decoding JSON Web Tokens. It belongs to the family of Spring Security crypto libraries that handle encoding and decoding text as a general, useful thing to be able to do.

License

License

Categories

Categories

Security
GroupId

GroupId

org.springframework.security
ArtifactId

ArtifactId

spring-security-jwt
Version

Version

1.1.1.RELEASE
Type

Type

jar
Description

Description

Spring Security JWT Library
Spring Security JWT is a small utility library for encoding and decoding JSON Web Tokens. It belongs to the family of Spring Security crypto libraries that handle encoding and decoding text as a general, useful thing to be able to do.
Project URL

Project URL

https://github.com/spring-projects/spring-security-oauth
Project Organization

Project Organization

SpringSource
Source Code Management

Source Code Management

https://github.com/spring-projects/spring-security-oauth

Download spring-security-jwt 1.1.1.RELEASE


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

Dependencies

compile (1)

Group / Artifact Type Version
org.bouncycastle : bcpkix-jdk15on jar 1.64

test (3)

Group / Artifact Type Version
junit : junit jar 4.11
org.mockito : mockito-all jar 1.9.5
org.jruby : jruby jar 1.7.8

Project Modules

There are no modules declared in this project.