не последняя версия
Последняя версия 2.82

com.jamonapi:jamon-parent 2.79

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

Группа

Группа

com.jamonapi
Идентификатор

Идентификатор

jamon-parent
Версия

Версия

2.79
Тип

Тип

pom

Скачать jamon-parent 2.79

Имя Файла Размер
jamon-parent-2.79.pom 6 KB
Обзор

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