is not current version
Last Version 2.82

com.jamonapi:jamon 2.75

The Java Application Monitor (JAMon) is a free, simple, high performance, thread safe, Java API that allows developers to easily monitor production applications. 1) It contains the ability to monitor JDBC/SQL, web page requests, ejb's, log4j, interfaces and more. 2) It tracks aggregate stats for each sql statement, page request etc. and also lets you look at this information and more via the JAMon war. 3) You can also access JAMon statistics via the api

GroupId

GroupId

com.jamonapi
ArtifactId

ArtifactId

jamon
Version

Version

2.75
Type

Type

jar

Download jamon 2.75


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