MVN

com.sshtools : forker-pty

Maven & Gradle

Oct 15, 2021

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

<dependency>
    <groupId>com.sshtools</groupId>
    <artifactId>forker-pty</artifactId>
    <version>1.6.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sshtools : forker-pty to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.4

All Versions

Choose a version of com.sshtools : forker-pty to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
forker-pty-1.6.4
forker-pty-1.6.3
forker-pty-1.6.1
1.6
forker-pty-1.6
1.5
forker-pty-1.5

How to add a dependency to Maven

Add the following com.sshtools : forker-pty maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sshtools</groupId>
    <artifactId>forker-pty</artifactId>
    <version>1.6.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sshtools : forker-pty gradle dependency to your build.gradle file:

implementation 'com.sshtools:forker-pty:1.6.4'

Gradle Kotlin DSL: Add the following com.sshtools : forker-pty gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sshtools:forker-pty:1.6.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sshtools : forker-pty sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sshtools" % "forker-pty" % "1.6.4"

Advertisement