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

eracto.interacto-javafx.4.3.1.source-code.module-info Maven / Gradle / Ivy

The newest version!
module interacto.javafx {
	requires javafx.base;
	requires javafx.controls;
	requires java.logging;
	requires java.xml;
	requires interacto.java.api;
	requires io.reactivex.rxjava2;

	exports io.github.interacto.jfx.binding;
	exports io.github.interacto.jfx.binding.api;
	exports io.github.interacto.jfx.command;
	exports io.github.interacto.jfx.instrument;
	exports io.github.interacto.jfx.interaction;
	exports io.github.interacto.jfx.interaction.help;
	exports io.github.interacto.jfx.interaction.library;
	exports io.github.interacto.jfx.ui;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy