.access-control.2.1.37.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 access-control Show documentation
Show all versions of access-control Show documentation
A module that contains fine-grained authorization handlers to address business domain security
The newest version!
module com.networknt.openapi-control {
exports com.networknt.openapi;
requires com.networknt.config;
requires com.networknt.handler;
requires com.networknt.utility;
requires com.fasterxml.jackson.core;
requires org.slf4j;
requires java.logging;
}