.consul.2.1.36.source-code.module-info.j Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of consul Show documentation
Show all versions of consul Show documentation
A consul module for service registry and discovery.
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;
}