License |
License |
---|---|
Categories |
CategoriesJSON Data jjwt Security |
GroupId | GroupIdio.jsonwebtoken |
ArtifactId | ArtifactIdjjwt-api |
Last Version | Last Version0.11.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJJWT :: API
JSON Web Token support for the JVM and Android
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jjwt-api-0.11.5.pom | |
jjwt-api-0.11.5.jar | 76 KB |
jjwt-api-0.11.5-sources.jar | 99 KB |
jjwt-api-0.11.5-javadoc.jar | 399 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.jsonwebtoken/jjwt-api/ -->
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-api</artifactId>
<version>0.11.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.jsonwebtoken/jjwt-api/
implementation 'io.jsonwebtoken:jjwt-api:0.11.5'
// https://jarcasting.com/artifacts/io.jsonwebtoken/jjwt-api/
implementation ("io.jsonwebtoken:jjwt-api:0.11.5")
'io.jsonwebtoken:jjwt-api:jar:0.11.5'
<dependency org="io.jsonwebtoken" name="jjwt-api" rev="0.11.5">
<artifact name="jjwt-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.jsonwebtoken', module='jjwt-api', version='0.11.5')
)
libraryDependencies += "io.jsonwebtoken" % "jjwt-api" % "0.11.5"
[io.jsonwebtoken/jjwt-api "0.11.5"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy | jar | 2.5.16 |
org.easymock : easymock | jar | 3.6 |
org.powermock : powermock-module-junit4 | jar | 2.0.0-beta.5 |
org.powermock : powermock-api-easymock | jar | 2.0.0-beta.5 |
org.powermock : powermock-core | jar | 2.0.0-beta.5 |
junit : junit | jar | 4.13.1 |