hnpoth.jshell-maven-plugin.1.4.source-code.module-info Maven / Gradle / Ivy
The newest version!
module com.github.johnpoth.jshell {
requires jdk.jshell;
/**not modules yet*/
requires maven.plugin.api;
requires maven.plugin.annotations;
requires maven.artifact;
exports com.github.johnpoth.jshell;
uses javax.tools.Tool;
}