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

velopframework.expression.1.5.1.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 1.6.0
Show newest version
/**
 * @author qiushui on 2020-03-11.
 */
module expression {
    requires lombok;
    requires org.apache.commons.lang3;

    exports com.github.developframework.expression.exception;
    exports com.github.developframework.expression;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy