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

.client.2.1.16.source-code.module-info.j Maven / Gradle / Ivy

Go to download

A client module that is used by API consumer to call an API or from an API calling another API.

There is a newer version: 2.1.37
Show 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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy