Last Version

jMonit 1.0-alpha-2

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.

License

License

GroupId

GroupId

org.jmonit
ArtifactId

ArtifactId

jmonit
Version

Version

1.0-alpha-2
Type

Type

jar
Description

Description

jMonit
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.
Project Organization

Project Organization

Nicolas De Loof

Download jmonit 1.0-alpha-2


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

Dependencies

compile (3)

Group / Artifact Type Version
aopalliance : aopalliance Optional jar 1.0
log4j : log4j Optional jar 1.2.14
commons-logging : commons-logging Optional jar 1.1

provided (3)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.4
javax.xml : jaxrpc-api Optional jar 1.1
javax.xml.soap : saaj-api Optional jar 1.3

test (5)

Group / Artifact Type Version
com.mockrunner : mockrunner jar 0.3.1
org.codehaus.jettison : jettison jar 1.0-RC2
junit : junit jar 3.8.2
org.easymock : easymock jar 2.3
hsqldb : hsqldb jar 1.8.0.7

Project Modules

There are no modules declared in this project.