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

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

There is a newer version: 2.1.36
Show newest version
module com.networknt.rule-loader {
    exports com.networknt.rule;

    requires com.networknt.config;
    requires com.networknt.client;
    requires com.networknt.server;

    requires com.fasterxml.jackson.core;
    requires org.slf4j;
    requires java.logging;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy