.status.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 status Show documentation
Show all versions of status Show documentation
A http status response that is sent to the consumer if an error occurs.
The newest version!
module com.networknt.status {
exports com.networknt.status;
exports com.networknt.status.exception;
requires com.networknt.config;
requires com.networknt.service;
requires com.networknt.utility;
requires org.slf4j;
}