License |
License |
---|---|
Categories |
CategoriesJSON Data jjwt Security |
GroupId | GroupIdio.jsonwebtoken |
ArtifactId | ArtifactIdjjwt |
Last Version | Last Version0.9.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJSON Web Token support for the JVM
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Filename | Size |
---|---|
jjwt-0.9.1.pom | |
jjwt-0.9.1.jar | 78 KB |
jjwt-0.9.1-sources.jar | 75 KB |
jjwt-0.9.1-javadoc.jar | 335 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.jsonwebtoken/jjwt/ -->
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.jsonwebtoken/jjwt/
implementation 'io.jsonwebtoken:jjwt:0.9.1'
// https://jarcasting.com/artifacts/io.jsonwebtoken/jjwt/
implementation ("io.jsonwebtoken:jjwt:0.9.1")
'io.jsonwebtoken:jjwt:jar:0.9.1'
<dependency org="io.jsonwebtoken" name="jjwt" rev="0.9.1">
<artifact name="jjwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.jsonwebtoken', module='jjwt', version='0.9.1')
)
libraryDependencies += "io.jsonwebtoken" % "jjwt" % "0.9.1"
[io.jsonwebtoken/jjwt "0.9.1"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.6 |
org.bouncycastle : bcprov-jdk15on Optional | jar | 1.56 |
Group / Artifact | Type | Version |
---|---|---|
com.google.android : android | jar | 4.1.1.4 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.codehaus.groovy : groovy-all | jar | 2.4.11 |
org.easymock : easymock | jar | 3.5 |
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.12 |