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

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

There is a newer version: 2.1.38
Show newest version
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