13 lines
282 B
Java
13 lines
282 B
Java
/** @file
|
|
* @author Edouard DUPIN
|
|
* @copyright 2021, Edouard DUPIN, all right reserved
|
|
* @license MPL v2.0 (see license file)
|
|
*/
|
|
|
|
open module org.atriasoft.exml {
|
|
exports org.atriasoft.exml;
|
|
|
|
requires transitive org.atriasoft.etk;
|
|
requires transitive io.scenarium.logger;
|
|
}
|