How to install the Java artifact org.crsh.crsh.shell.ssh with Maven
Java
Maven
pom.xml
org.crsh
crsh.shell.ssh
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.crsh</groupId>
<artifactId>crsh.shell.ssh</artifactId>
<version>1.3.0-beta2</version>
</dependency>
/dependencies>