Last Version

Java JWT 3.0.0

Java implementation of JSON Web Token developed against draft-ietf-oauth-json-web-token-08.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

de.notizwerk
ArtifactId

ArtifactId

java-jwt
Version

Version

3.0.0
Type

Type

jar
Description

Description

Java JWT
Java implementation of JSON Web Token developed against draft-ietf-oauth-json-web-token-08.
Project URL

Project URL

https://github.com/sibay/java-jwt
Source Code Management

Source Code Management

https://github.com/sibay/java-jwt

Download java-jwt 3.0.0


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

Dependencies

compile (3)

Group / Artifact Type Version
org.bouncycastle : bcprov-jdk15on jar 1.52
org.apache.commons : commons-lang3 jar 3.4
io.fastjson : boon jar 0.33

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.