is not current version
Last Version 1.1.2

com.sshtools:sshapi-cli 1.1.1

Clones of the commands provided by OpenSSH that are option compatible wherever possible. scp - Secure copy sftp - Secure File Transfer Protocol client ssh - A shell (with some restrictions) ssh-keygen - Generate identities

Categories

Categories

CLI User Interface
GroupId

GroupId

com.sshtools
ArtifactId

ArtifactId

sshapi-cli
Version

Version

1.1.1
Type

Type

jar

Download sshapi-cli 1.1.1


<!-- https://jarcasting.com/artifacts/com.sshtools/sshapi-cli/ -->
<dependency>
    <groupId>com.sshtools</groupId>
    <artifactId>sshapi-cli</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sshtools/sshapi-cli/
implementation 'com.sshtools:sshapi-cli:1.1.1'
// https://jarcasting.com/artifacts/com.sshtools/sshapi-cli/
implementation ("com.sshtools:sshapi-cli:1.1.1")
'com.sshtools:sshapi-cli:jar:1.1.1'
<dependency org="com.sshtools" name="sshapi-cli" rev="1.1.1">
  <artifact name="sshapi-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sshtools', module='sshapi-cli', version='1.1.1')
)
libraryDependencies += "com.sshtools" % "sshapi-cli" % "1.1.1"
[com.sshtools/sshapi-cli "1.1.1"]