| License |
License |
|---|---|
| Categories |
CategoriesJSON Data Jackson jjwt Security |
| GroupId | GroupIdio.jsonwebtoken |
| ArtifactId | ArtifactIdjjwt-jackson |
| Last Version | Last Version0.11.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJJWT :: Extensions :: Jackson
JSON Web Token support for the JVM and Android
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| jjwt-jackson-0.11.5.pom | |
| jjwt-jackson-0.11.5.jar | 8 KB |
| jjwt-jackson-0.11.5-sources.jar | 6 KB |
| jjwt-jackson-0.11.5-javadoc.jar | 41 KB |
| jjwt-jackson-0.11.5-deprecated.jar | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.jsonwebtoken/jjwt-jackson/ -->
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-jackson</artifactId>
<version>0.11.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.jsonwebtoken/jjwt-jackson/
implementation 'io.jsonwebtoken:jjwt-jackson:0.11.5'
// https://jarcasting.com/artifacts/io.jsonwebtoken/jjwt-jackson/
implementation ("io.jsonwebtoken:jjwt-jackson:0.11.5")
'io.jsonwebtoken:jjwt-jackson:jar:0.11.5'
<dependency org="io.jsonwebtoken" name="jjwt-jackson" rev="0.11.5">
<artifact name="jjwt-jackson" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.jsonwebtoken', module='jjwt-jackson', version='0.11.5')
)
libraryDependencies += "io.jsonwebtoken" % "jjwt-jackson" % "0.11.5"
[io.jsonwebtoken/jjwt-jackson "0.11.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.jsonwebtoken : jjwt-api | jar | 0.11.5 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.12.6.1 |
| 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 |