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

toryfx.javafxDistributionServer.3.2.2.source-code.module-info Maven / Gradle / Ivy

The newest version!
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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy