is not current version
Last Version 1.5.0-RELEASE

cn.easyproject:easymonitor 1.2.0-RELEASE

EasyMonitor is a free open-source Java-based, cross-platform operation monitoring system service components engine framework. Can run as application(EasyMonitor Application), and can be extended as the monitoring engine(EasyMonitor Engine). EasyMonitor provide support for the need to monitor the operating state of the program scene,notification, script execution is equal to function. And all this, just a simple configuration management to complete.

GroupId

GroupId

cn.easyproject
ArtifactId

ArtifactId

easymonitor
Version

Version

1.2.0-RELEASE
Type

Type

jar

Download easymonitor 1.2.0-RELEASE


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