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

vallois.utils.utils-core.0.13.source-code.module-info Maven / Gradle / Ivy

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */

module net.clementlevallois.utils {
    requires java.xml;
    requires java.desktop;
    requires java.logging;
    requires java.base;
    
    exports net.clementlevallois.utils;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy