is not current version
Last Version 1.3.4

net.tokensmith:jwt 1.3.3

Java Implementation of JSON Web Tokens

Categories

Categories

Net
GroupId

GroupId

net.tokensmith
ArtifactId

ArtifactId

jwt
Version

Version

1.3.3
Type

Type

jar

Download jwt 1.3.3


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