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

.handler.2.1.37.source-code.module-info.j Maven / Gradle / Ivy

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 - 2025 Weber Informatics LLC | Privacy Policy