is not current version
Last Version 0.4.0

net.sixpointsix:spring-boot-starter-jwt 0.1

Spring boot JWT library

Categories

Categories

Spring Boot Container Microservices Net
GroupId

GroupId

net.sixpointsix
ArtifactId

ArtifactId

spring-boot-starter-jwt
Version

Version

0.1
Type

Type

jar

Download spring-boot-starter-jwt 0.1


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