a-jwt.4.0.0.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-jwt Show documentation
Show all versions of java-jwt Show documentation
Java implementation of JSON Web Token (JWT)
module com.auth0.jwt {
requires com.fasterxml.jackson.databind;
exports com.auth0.jwt;
exports com.auth0.jwt.algorithms;
exports com.auth0.jwt.exceptions;
exports com.auth0.jwt.interfaces;
}