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

chnologies.javafx.utils.0.4.0.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 0.13.0
Show newest version
module com.puresoltechnologies.javafx.utils {

    requires transitive javafx.controls;
    requires transitive javafx.graphics;
    requires transitive javafx.web;
    requires com.github.spotbugs.annotations;
    requires slf4j.api;
    requires jdk.xml.dom;

    exports com.puresoltechnologies.javafx.utils;
    exports com.puresoltechnologies.javafx.utils.graphics;
    exports com.puresoltechnologies.javafx.utils.web;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy