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

.consul.2.1.36.source-code.module-info.j Maven / Gradle / Ivy

There is a newer version: 2.1.37
Show newest version
module com.networknt.consul {
    exports com.networknt.consul;

    requires com.networknt.registry;
    requires com.networknt.utility;
    requires com.networknt.config;
    requires com.networknt.client;
    requires com.networknt.common;
    requires com.networknt.http.string;

    requires org.slf4j;
    requires undertow.core;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy