.org.eclipse.tm4e.core.0.5.0.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.eclipse.tm4e.core Show documentation
Show all versions of org.eclipse.tm4e.core Show documentation
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;
}