is not current version
Last Version 1.6.4

com.sshtools:forker-services 1.6.1

Control system services from Java. Provides a cross-platform library for start, stopping and monitor the state of local system services. On windows, this calls the 'sc' command. Only Linux it uses DBus. Mac OS X and others have yet to be implemented.

GroupId

GroupId

com.sshtools
ArtifactId

ArtifactId

forker-services
Version

Version

1.6.1
Type

Type

jar

Download forker-services 1.6.1


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