is not current version
Last Version 1.0-alpha-2

org.jmonit:jmonit 1.0-alpha-1

jMonit is a monitoring toolkit for java application. It provides a simple API to instrument the application, and an extensible infrastructure to gather monitored datas and build monitoring reports. On JEE applications, it provides a web UI out of the box for monitoring and tweaking the application.

GroupId

GroupId

org.jmonit
ArtifactId

ArtifactId

jmonit
Version

Version

1.0-alpha-1
Type

Type

jar

Download jmonit 1.0-alpha-1


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