is not current version
Last Version 2.1.3

com.btmatthews.utils:monitor 2.0.0

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

GroupId

GroupId

com.btmatthews.utils
ArtifactId

ArtifactId

monitor
Version

Version

2.0.0
Type

Type

jar

Download monitor 2.0.0


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