is not current version
Last Version 1.6.4

com.sshtools:forker-pty 1.6

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.6
Type

Type

jar

Download forker-pty 1.6


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