| License |
License
MIT
|
|---|---|
| GroupId | GroupIdcom.sshtools |
| ArtifactId | ArtifactIdsshapi-j2ssh |
| Last Version | Last Version1.1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSSHAPI J2SSH
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.
|
| Filename | Size |
|---|---|
| sshapi-j2ssh-1.1.2.pom | |
| sshapi-j2ssh-1.1.2.jar | 33 KB |
| sshapi-j2ssh-1.1.2-sources.jar | 17 KB |
| sshapi-j2ssh-1.1.2-javadoc.jar | 24 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sshtools/sshapi-j2ssh/ -->
<dependency>
<groupId>com.sshtools</groupId>
<artifactId>sshapi-j2ssh</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.sshtools/sshapi-j2ssh/
implementation 'com.sshtools:sshapi-j2ssh:1.1.2'
// https://jarcasting.com/artifacts/com.sshtools/sshapi-j2ssh/
implementation ("com.sshtools:sshapi-j2ssh:1.1.2")
'com.sshtools:sshapi-j2ssh:jar:1.1.2'
<dependency org="com.sshtools" name="sshapi-j2ssh" rev="1.1.2">
<artifact name="sshapi-j2ssh" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sshtools', module='sshapi-j2ssh', version='1.1.2')
)
libraryDependencies += "com.sshtools" % "sshapi-j2ssh" % "1.1.2"
[com.sshtools/sshapi-j2ssh "1.1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.sshtools : sshapi-core | jar | 1.1.2 |
| sshtools : j2ssh-core | jar | 0.2.9 |