is not current version
Last Version 4.0.0

java jwt 4.0.0-beta.0

Java implementation of JSON Web Token (JWT)

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.auth0
ArtifactId

ArtifactId

java-jwt
Version

Version

4.0.0-beta.0
Type

Type

jar
Description

Description

java jwt
Java implementation of JSON Web Token (JWT)
Project URL

Project URL

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

Source Code Management

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

Download java-jwt 4.0.0-beta.0


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

Dependencies

runtime (1)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-databind jar 2.13.2.2

Project Modules

There are no modules declared in this project.