.client.2.1.37.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 client Show documentation
Show all versions of client Show documentation
A client module that is used by API consumer to call an API or from an API calling another API.
The newest version!
open module com.networknt.client {
exports com.networknt.client;
exports com.networknt.client.oauth;
// exports io.undertow.client.http;
requires com.networknt.common;
requires com.networknt.config;
requires com.networknt.status;
requires com.networknt.utility;
requires com.networknt.http.string;
requires com.networknt.monadresult;
requires com.networknt.cluster;
requires com.networknt.service;
requires java.sql;
requires com.fasterxml.jackson.annotation;
requires undertow.core;
requires org.slf4j;
requires encoder;
requires org.apache.commons.codec;
requires xnio.api;
requires org.jboss.logging;
}