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

v.commons.1.5.0.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
/**
 * Provides Java commons API.
 */
module org.panteleyev.commons {
    exports org.panteleyev.commons.xml;
    exports org.panteleyev.commons.password;
    exports org.panteleyev.commons.crypto;

    requires java.xml;
    requires java.logging;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy