MVN

com.sshtools : forker-client

Maven & Gradle

Oct 15, 2021
1 usages

Forker Client · This is client side library for forker, and the one you most likely want to use in your own applications. It provides the ProcessBuilder replacement, ForkerBuilder, as well the helpers in OSCommand. ForkerBuilder is capable of launching processes using non-blocking I/O or attached to a PTY. It has many additional features not available in the standard process builder including permission elevation, daemonize, processor affinity and more. Parts of the non-blocking API are based on NuProcess (https://github.com/brettwooldridge/NuProcess)

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

Latest Version

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

  • Latest Stable: 1.6.4

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement

Dependencies from Group

Aug 17, 2018
12 usages
Dec 01, 2022
11 usages
64 stars
Dec 01, 2022
8 usages
64 stars
May 06, 2016
5 usages
Dec 01, 2022
5 usages
64 stars

Discover Dependencies

Sep 09, 2019
1 usages
0 stars
Sep 09, 2019
1 usages
0 stars
Sep 07, 2018
1 usages
0 stars
Nov 19, 2018
1 usages
175 stars
Sep 05, 2018
1 usages
0 stars
Oct 11, 2018
2 usages
Sep 16, 2018
2 usages
428 stars