smartgraph.smartgraph.0.9.4.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 smartgraph Show documentation
Show all versions of smartgraph Show documentation
Generic (Java FX) Graph Visualization Library
The newest version!
module org.intrigus.smartgraph {
exports org.intrigus.smartgraph.containers;
exports org.intrigus.smartgraph.example;
exports org.intrigus.smartgraph;
exports org.intrigus.smartgraph.graph;
exports org.intrigus.smartgraph.graphview;
requires java.logging;
requires javafx.base;
requires javafx.controls;
requires transitive javafx.graphics;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy