Process Watch Dog

Java library for watching processes.

License

License

Categories

Categories

Net
GroupId

GroupId

cz.net21.ttulka.exec
ArtifactId

ArtifactId

process-watch-dog
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Process Watch Dog
Java library for watching processes.
Project URL

Project URL

https://github.com/ttulka/process-watch-dog

Download process-watch-dog

How to add to project

<!-- https://jarcasting.com/artifacts/cz.net21.ttulka.exec/process-watch-dog/ -->
<dependency>
    <groupId>cz.net21.ttulka.exec</groupId>
    <artifactId>process-watch-dog</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/cz.net21.ttulka.exec/process-watch-dog/
implementation 'cz.net21.ttulka.exec:process-watch-dog:1.1.0'
// https://jarcasting.com/artifacts/cz.net21.ttulka.exec/process-watch-dog/
implementation ("cz.net21.ttulka.exec:process-watch-dog:1.1.0")
'cz.net21.ttulka.exec:process-watch-dog:jar:1.1.0'
<dependency org="cz.net21.ttulka.exec" name="process-watch-dog" rev="1.1.0">
  <artifact name="process-watch-dog" type="jar" />
</dependency>
@Grapes(
@Grab(group='cz.net21.ttulka.exec', module='process-watch-dog', version='1.1.0')
)
libraryDependencies += "cz.net21.ttulka.exec" % "process-watch-dog" % "1.1.0"
[cz.net21.ttulka.exec/process-watch-dog "1.1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
commons-logging : commons-logging jar 1.2

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-all jar 1.3
org.mockito : mockito-all jar 1.10.19

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.0