License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Net |
GroupId | GroupIdnet.sixpointsix |
ArtifactId | ArtifactIdspring-boot-starter-jwt |
Last Version | Last Version0.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-boot-starter-jwt
Spring boot JWT library
|
Project Organization |
Project Organization6point6 Limited |
<!-- https://jarcasting.com/artifacts/net.sixpointsix/spring-boot-starter-jwt/ -->
<dependency>
<groupId>net.sixpointsix</groupId>
<artifactId>spring-boot-starter-jwt</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sixpointsix/spring-boot-starter-jwt/
implementation 'net.sixpointsix:spring-boot-starter-jwt:0.4.0'
// https://jarcasting.com/artifacts/net.sixpointsix/spring-boot-starter-jwt/
implementation ("net.sixpointsix:spring-boot-starter-jwt:0.4.0")
'net.sixpointsix:spring-boot-starter-jwt:jar:0.4.0'
<dependency org="net.sixpointsix" name="spring-boot-starter-jwt" rev="0.4.0">
<artifact name="spring-boot-starter-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sixpointsix', module='spring-boot-starter-jwt', version='0.4.0')
)
libraryDependencies += "net.sixpointsix" % "spring-boot-starter-jwt" % "0.4.0"
[net.sixpointsix/spring-boot-starter-jwt "0.4.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.0.5.RELEASE |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.0.5.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.0.5.RELEASE |
org.springframework.boot : spring-boot-starter-security | jar | 2.0.5.RELEASE |
org.slf4j : slf4j-api | jar | 1.7.25 |
com.auth0 : java-jwt | jar | 3.4.0 |
commons-io : commons-io | jar | 2.6 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 4.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.2.0 |
org.junit.jupiter : junit-jupiter-params | jar | 5.2.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.2.0 |
org.mockito : mockito-core | jar | 2.21.0 |
org.springframework.boot : spring-boot-starter-test | jar | 2.0.5.RELEASE |
org.mockito : junit-jupiter | jar | 2.20.0 |