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

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

module com.networknt.correlation {
    exports com.networknt.correlation;

    requires com.networknt.handler;
    requires com.networknt.config;
    requires com.networknt.http.string;
    requires com.networknt.utility;

    requires undertow.core;
    requires org.slf4j;
    requires java.logging;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy