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

vis.darts.java.java-darts-core.1.0.0-RC1.source-code.module-info Maven / Gradle / Ivy

Go to download

A Java implementation of darts, a computational toolbox aimed at the game of darts

There is a newer version: 1.0.0
Show newest version
/*
 * Copyright © 2023 Maurits Silvis
 * SPDX-License-Identifier: GPL-3.0-or-later
 */

/**
 * The Java module for the Java implementation of darts.
 *
 * @author Maurits Silvis
 * @since 0.6.0
 */
module nl.mauritssilvis.darts.java.core {
    requires static lombok;

    requires transitive nl.mauritssilvis.darts.java.api;

    exports nl.mauritssilvis.darts.java.core.boards;
    exports nl.mauritssilvis.darts.java.core.boards.output;
    exports nl.mauritssilvis.darts.java.core.finders.checkouts;
    exports nl.mauritssilvis.darts.java.core.finders.paths;
    exports nl.mauritssilvis.darts.java.core.output;
    exports nl.mauritssilvis.darts.java.core.settings;
    exports nl.mauritssilvis.darts.java.core.tables;
    exports nl.mauritssilvis.darts.java.core.tables.output;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy