Download jamon-2.7.jar file - Jar j

Jar examples for j:jamon

Description

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

You can download jar file jamon 2.7 in this page.

License

JAMon License (BSD)

Build File

You can use the following script to add jamon-2.7.jar to your project.

<dependency>
   <groupId>com.google.code.maven-play-plugin.com.jamonapi</groupId>
   <artifactId>jamon</artifactId>
   <version>2.7</version>
</dependency>
compile group: 'com.google.code.maven-play-plugin.com.jamonapi', name: 'jamon', version: '2.7'
libraryDependencies += "com.google.code.maven-play-plugin.com.jamonapi" % "jamon" % "2.7"
<dependency org="com.google.code.maven-play-plugin.com.jamonapi" name="jamon" rev="2.7"/>
@Grapes(@Grab(group='com.google.code.maven-play-plugin.com.jamonapi', module='jamon', version='2.7'))
'com.google.code.maven-play-plugin.com.jamonapi:jamon:jar:2.7'

Download

Click the following link to download the jar file.

jamon-2.7-javadoc.jar
jamon-2.7-sources.jar
jamon-2.7.jar
jamon-2.7.pom



Related Tutorials