toryfx.microserviceRestServer.2.0.21.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 microserviceRestServer Show documentation
Show all versions of microserviceRestServer Show documentation
factoryfx dependency injection framework
module io.github.factoryfx.microserviceRestServer {
requires transitive io.github.factoryfx.microserviceRestCommon;
requires java.ws.rs;
requires jersey.media.jaxb;
exports io.github.factoryfx.microservice.rest;
}