License |
License |
---|---|
GroupId | GroupIdcom.sshtools |
ArtifactId | ArtifactIdforker-services |
Last Version | Last Version1.6.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionForker Services
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.
|
Filename | Size |
---|---|
forker-services-1.6.4.pom | |
forker-services-1.6.4.jar | 44 KB |
forker-services-1.6.4-sources.jar | 21 KB |
forker-services-1.6.4-javadoc.jar | 131 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sshtools/forker-services/ -->
<dependency>
<groupId>com.sshtools</groupId>
<artifactId>forker-services</artifactId>
<version>1.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.sshtools/forker-services/
implementation 'com.sshtools:forker-services:1.6.4'
// https://jarcasting.com/artifacts/com.sshtools/forker-services/
implementation ("com.sshtools:forker-services:1.6.4")
'com.sshtools:forker-services:jar:1.6.4'
<dependency org="com.sshtools" name="forker-services" rev="1.6.4">
<artifact name="forker-services" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sshtools', module='forker-services', version='1.6.4')
)
libraryDependencies += "com.sshtools" % "forker-services" % "1.6.4"
[com.sshtools/forker-services "1.6.4"]
Group / Artifact | Type | Version |
---|---|---|
com.sshtools : forker-client | jar | 1.6.4 |
com.github.thjomnx : java-systemd | jar | 1.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.7 |