toryfx.microserviceRestClient.4.0.1.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of microserviceRestClient Show documentation
Show all versions of microserviceRestClient Show documentation
factoryfx dependency injection framework
The newest version!
module io.github.factoryfx.microserviceRestClient {
requires transitive io.github.factoryfx.microserviceRestCommon;
requires io.github.factoryfx.factory;
requires jakarta.ws.rs;
requires jersey.proxy.client;
requires jersey.client;
requires jersey.common;
requires jersey.media.json.jackson;
requires com.google.common;
requires com.fasterxml.jackson.databind;
exports io.github.factoryfx.microservice.rest.client;
}