refcodes-checkerboard.3.0.1.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 refcodes-checkerboard Show documentation
Show all versions of refcodes-checkerboard Show documentation
Artifact for providing some easy means to visualize (state of) board
games or (state of) cellular automatons.
module org.refcodes.checkerboard {
requires transitive org.refcodes.component;
requires transitive org.refcodes.controlflow;
requires transitive org.refcodes.exception;
requires transitive org.refcodes.factory;
requires transitive org.refcodes.graphical;
requires transitive org.refcodes.mixin;
requires transitive org.refcodes.observer;
requires transitive org.refcodes.struct;
requires org.refcodes.textual;
exports org.refcodes.checkerboard;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy