f

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)
文件下载
文件名 操作
forker-client-1.6.4.jar 下载
forker-client-1.6.4.pom 下载
forker-client-1.6.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.sshtools</groupId>
  <artifactId>forker-client</artifactId>
  <version>1.6.4</version>
</dependency>
Gradle Groovy
implementation 'com.sshtools:forker-client:1.6.4'
Gradle Kotlin
implementation("com.sshtools:forker-client:1.6.4")
Scala SBT
libraryDependencies += "com.sshtools" % "forker-client" % "1.6.4"
Groovy Grape
@Grapes(
  @Grab(group='com.sshtools', module='forker-client', version='1.6.4')
)
Apache Ivy
<dependency org="com.sshtools" name="forker-client" rev="1.6.4" />
Leiningen
[com.sshtools/forker-client "1.6.4"]
Apache Buildr
'com.sshtools:forker-client:jar:1.6.4'