How to install the Java artifact org.apache.geronimo.gshell.commands.gshell-shell with Maven
Java
Maven
pom.xml
org.apache.geronimo.gshell.commands
gshell-shell
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>org.apache.geronimo.gshell.commands</groupId>
<artifactId>gshell-shell</artifactId>
<version>1.0-alpha-2</version>
</dependency>
/dependencies>