is not current version
Last Version 2.1.3

com.btmatthews.utils:monitor 1.0.0

A simple monitor thread used to control server processes

GroupId

GroupId

com.btmatthews.utils
ArtifactId

ArtifactId

monitor
Version

Version

1.0.0
Type

Type

jar

Download monitor 1.0.0


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