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

.org.eclipse.tm4e.core.0.5.0.source-code.module-info Maven / Gradle / Ivy

Go to download

This is a library that provides typemate parsing for java. Forked from github.com/eclipse/tm4e

The newest version!
open module dev.secondsun.tm4e.core {
    requires java.logging;
    requires transitive org.jruby.jcodings;
    requires transitive org.jruby.joni;
    requires jdk.xml.dom;
    requires com.google.gson;
    requires xml.apis.ext;

    exports dev.secondsun.tm4e.core.grammar;
    exports dev.secondsun.tm4e.core.model;
    exports dev.secondsun.tm4e.core.registry;
    exports dev.secondsun.tm4e.core.theme;
    exports dev.secondsun.tm4e.core.theme.css;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy