Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.tokensmith |
ArtifactId | ArtifactIdjwt |
Version | Version1.3.3 |
Type | Typejar |
Filename | Size |
---|---|
jwt-1.3.3.pom | |
jwt-1.3.3.jar | 85 KB |
jwt-1.3.3-sources.jar | 52 KB |
jwt-1.3.3-javadoc.jar | 261 bytes |
Browse |
<!-- 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"]