toryfx.microserviceRestCommon.3.2.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 microserviceRestCommon Show documentation
Show all versions of microserviceRestCommon Show documentation
factoryfx dependency injection framework
module io.github.factoryfx.microserviceRestCommon {
requires transitive io.github.factoryfx.factory;
requires jakarta.ws.rs;
exports io.github.factoryfx.microservice.common;
}