All Downloads are FREE. Search and download functionalities are using the official Maven repository.

a-jwt.4.2.2.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 4.4.0
Show newest version
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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy