hnpoth.jshell-maven-plugin.1.3.source-code.module-info Maven / Gradle / Ivy
module com.github.johnpoth.jshell {
requires jdk.jshell;
/**not modules yet*/
requires maven.plugin.api;
requires maven.plugin.annotations;
exports com.github.johnpoth.jshell;
uses javax.tools.Tool;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy