Monitor Thread

A simple monitor thread used to control server processes with optional support for creating Maven plugins

License

License

GroupId

GroupId

com.btmatthews.utils
ArtifactId

ArtifactId

monitor
Last Version

Last Version

2.1.3
Release Date

Release Date

Type

Type

jar
Description

Description

Monitor Thread
A simple monitor thread used to control server processes with optional support for creating Maven plugins
Project Organization

Project Organization

Brian Matthews

Download monitor

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api Optional jar 3.0.4
org.apache.maven.plugin-tools : maven-plugin-annotations Optional jar 3.2

test (4)

Group / Artifact Type Version
org.mockito : mockito-core jar 1.9.5
org.powermock : powermock-module-junit4 jar 1.5.1
org.powermock : powermock-api-mockito jar 1.5.1
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.1.1
1.1.0
1.0.0