
hino-tools.1.8.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 rhino-tools Show documentation
Show all versions of rhino-tools Show documentation
Rhino tools, including shell and debugger
The newest version!
module org.mozilla.rhino.tools {
requires transitive org.mozilla.rhino;
requires transitive java.desktop;
exports org.mozilla.javascript.tools;
exports org.mozilla.javascript.tools.debugger;
exports org.mozilla.javascript.tools.jsc;
exports org.mozilla.javascript.tools.shell;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy