is not current version
Last Version 1.6.4

com.sshtools:forker-pty 1.5

This module adds PTY capability to forker daemon, alllowing real interactive shells to be launched.

GroupId

GroupId

com.sshtools
ArtifactId

ArtifactId

forker-pty
Version

Version

1.5
Type

Type

jar

Download forker-pty 1.5


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