
common.1.0.14.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 jcommon Show documentation
Show all versions of jcommon Show documentation
A java common package that enable to deal with various functionalities
/**
* The module description of the JCommon package
* @author Julien Seinturier - COMEX S.A. - [email protected] - https://github.com/jorigin/jeometry
* @since 1.0.12
*/
module org.jcommon {
exports org.jorigin;
exports org.jorigin.event;
exports org.jorigin.swing;
exports org.jorigin.swing.layout;
exports org.jorigin.swing.task;
exports org.jorigin.swing.thumbnail;
exports org.jorigin.identification;
exports org.jorigin.io;
exports org.jorigin.lang;
exports org.jorigin.lang.xml;
exports org.jorigin.logging;
exports org.jorigin.plugin;
exports org.jorigin.property;
exports org.jorigin.state;
exports org.jorigin.task;
requires transitive java.desktop;
requires transitive java.logging;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy