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

japlscript-runtime.3.4.11.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 3.4.13
Show newest version
/**
 * JaplScript runtime.
 *
 * @author Hendrik Schreiber
 */
module tagtraum.japlscript {
    requires transitive tagtraum.japlscript.executor;
    exports com.tagtraum.japlscript;
    exports com.tagtraum.japlscript.language;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy