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

nsteny.commons-core.0.0.2.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 0.0.3
Show newest version
/**
 * @author Hinsteny
 * @version module-info: module-info 2019-05-09 16:05 All rights reserved.$
 * @since 9
 */
module com.github.hinsteny.commons.core {

    requires java.desktop;
    requires org.apache.logging.log4j;

    exports com.github.hinsteny.commons.core.base;
    exports com.github.hinsteny.commons.core.functional.page;
    exports com.github.hinsteny.commons.core.functional.secret;
    exports com.github.hinsteny.commons.core.io.csv;
    exports com.github.hinsteny.commons.core.io.image;
    exports com.github.hinsteny.commons.core.utils;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy