.handler.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 handler Show documentation
Show all versions of handler Show documentation
A module defines interface or abstract classes for handlers.
module com.networknt.handler {
exports com.networknt.handler;
exports com.networknt.handler.config;
requires com.networknt.status;
requires com.networknt.utility;
requires com.networknt.config;
requires com.networknt.service;
requires undertow.core;
requires org.slf4j;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy