toryfx.javafxDistributionServer.3.1.5.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 javafxDistributionServer Show documentation
Show all versions of javafxDistributionServer Show documentation
factoryfx dependency injection framework
module io.github.factoryfx.javafxDistributionServer {
requires transitive io.github.factoryfx.factory;
requires org.eclipse.jetty.server;
requires org.eclipse.jetty.util;
requires jakarta.ws.rs;
requires com.google.common;
exports io.github.factoryfx.javafx.distribution.launcher.rest;
exports io.github.factoryfx.javafx.distribution.server.rest;
}