.security.2.1.31.source-code.module-info.j Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of security Show documentation
Show all versions of security Show documentation
A security module that contains all handlers to protect your server
module com.networknt.security {
exports com.networknt.security;
requires com.networknt.config;
requires com.networknt.handler;
requires com.networknt.utility;
requires com.networknt.common;
requires com.networknt.exception;
requires com.networknt.client;
requires com.networknt.status;
requires undertow.core;
requires org.slf4j;
requires jose4j;
requires com.github.benmanes.caffeine;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy