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

.heatmap.21.0.9.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 21.0.11
Show newest version
module eu.hansolo.fx.heatmap {
    // Java
    requires java.base;

    // Java-FX
    requires javafx.base;
    requires javafx.graphics;
    requires javafx.controls;
    requires javafx.swing;

    // 3rd Party
    requires transitive eu.hansolo.toolboxfx;

    opens eu.hansolo.fx.heatmap to eu.hansolo.toolboxfx;

    exports eu.hansolo.fx.heatmap;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy