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

n.dson-core.2.2.0-rc2.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
/**
 * @author wjybxx
 * date - 2023/6/29
 */
module wjybxx.dson.core {
    requires jsr305;
    requires transitive wjybxx.commons.base;

    exports cn.wjybxx.dson;
    exports cn.wjybxx.dson.ext;
    exports cn.wjybxx.dson.io;
    exports cn.wjybxx.dson.text;
    exports cn.wjybxx.dson.types;

    opens cn.wjybxx.dson;
    opens cn.wjybxx.dson.ext;
    opens cn.wjybxx.dson.io;
    opens cn.wjybxx.dson.text;
    opens cn.wjybxx.dson.types;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy