is not current version
Last Version 1.1.2

com.sshtools:sshapi-j2ssh 1.1.1

J2SSH is a suite of Java SSH applications providing a Java SSH API, SSH Terminal, SSH secured VNC client, SFTP client and SSH Daemon. Downloads and more information about J2SSH may be found at http://sshtools.sourceforge.net/. This library is the provider bridge for SSHAPI.

GroupId

GroupId

com.sshtools
ArtifactId

ArtifactId

sshapi-j2ssh
Version

Version

1.1.1
Type

Type

jar

Download sshapi-j2ssh 1.1.1


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