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

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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy