MVN

cn.easyproject : easymonitor

Maven & Gradle

Sep 21, 2016
13 stars

easymonitor · 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.

<dependency>
    <groupId>cn.easyproject</groupId>
    <artifactId>easymonitor</artifactId>
    <version>1.5.0-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.easyproject : easymonitor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.0-RELEASE

All Versions

Choose a version of cn.easyproject : easymonitor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
easymonitor-1.5.0-RELEASE
1.4.x
easymonitor-1.4.0-RELEASE
1.3.x
easymonitor-1.3.2-RELEASE
easymonitor-1.3.1-RELEASE
1.2.x
easymonitor-1.2.0-RELEASE

How to add a dependency to Maven

Add the following cn.easyproject : easymonitor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.easyproject</groupId>
    <artifactId>easymonitor</artifactId>
    <version>1.5.0-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.easyproject : easymonitor gradle dependency to your build.gradle file:

implementation 'cn.easyproject:easymonitor:1.5.0-RELEASE'

Gradle Kotlin DSL: Add the following cn.easyproject : easymonitor gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.easyproject:easymonitor:1.5.0-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.easyproject : easymonitor sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.easyproject" % "easymonitor" % "1.5.0-RELEASE"

Advertisement