| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.sshtools |
| Идентификатор | Идентификаторforker-services |
| Последняя версия | Последняя версия1.6.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеForker 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.
|
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.sshtools : forker-client | jar | 1.6.4 |
| com.github.thjomnx : java-systemd | jar | 1.1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.7 |