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

refcodes-checkerboard-ext-javafx-chess.2.1.4.source-code.module-info Maven / Gradle / Ivy

Go to download

Artifact for providing JavaFX resources related to the chess game (making use of the org.refcodes:refcodes-data-ext-chess artifact)

There is a newer version: 3.0.0
Show newest version
module org.refcodes.checkerboard.ext.javafx.chess {
	requires javafx.fxml;
	requires transitive org.refcodes.exception;
	requires transitive javafx.graphics;
	requires transitive org.refcodes.checkerboard.alt.javafx;
	requires transitive org.refcodes.data.ext.chess;

	exports org.refcodes.checkerboard.ext.javafx.chess;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy