toryfx.javafxDistributionClient.3.2.2.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 javafxDistributionClient Show documentation
Show all versions of javafxDistributionClient Show documentation
factoryfx dependency injection framework
The newest version!
module io.github.factoryfx.javafxDistributionClient {
requires javafx.fxml;
requires javafx.graphics;
requires jakarta.ws.rs;
requires com.fasterxml.jackson.databind;
requires com.google.common;
requires javafx.controls;
requires jersey.client;
requires jersey.media.json.jackson;
requires jersey.common;
exports io.github.factoryfx.javafx.distribution.launcher.ui;
}