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

pentdk-gui.1.6.4.source-code.module-info Maven / Gradle / Ivy

module opentdk.gui {
	
	exports org.opentdk.gui.application;
	exports org.opentdk.gui.controls;
	exports org.opentdk.gui.chart;
	exports com.kostikiadis.charts;

	requires transitive javafx.base;
	requires transitive javafx.controls;
	requires transitive javafx.fxml;
	requires transitive javafx.graphics;	
	requires transitive javafx.swing;
	
	requires transitive java.logging;	
	requires transitive opentdk.api;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy