| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.commsen.stopwatch.api |
| Идентификатор | Идентификаторstopwatch |
| Последняя версия | Последняя версия0.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеStopwatch
Stopwatch is a free, simple, highly extensible, Java API that allows developers to easily monitor
whole application or any part of it. By default Stopwatch generate reports about hits, execution
times (total, average, minimum, maximum) as well as load but it can be easily extended to measure
anything else by providing custom engine. Out of the box Stopwatch uses an in-memory HSQL database.
It is able to persist collected data using a "storage". There is "storage" provided to persist into
HSQL database and custom "storage" can be easily integrated.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчикCommsen International |
| Имя Файла | Размер |
|---|---|
| stopwatch-0.3.pom | |
| stopwatch-0.3.jar | 51 KB |
| stopwatch-0.3-sources.jar | 45 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.commsen.stopwatch.api/stopwatch/ -->
<dependency>
<groupId>com.commsen.stopwatch.api</groupId>
<artifactId>stopwatch</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.commsen.stopwatch.api/stopwatch/
implementation 'com.commsen.stopwatch.api:stopwatch:0.3'
// https://jarcasting.com/artifacts/com.commsen.stopwatch.api/stopwatch/
implementation ("com.commsen.stopwatch.api:stopwatch:0.3")
'com.commsen.stopwatch.api:stopwatch:jar:0.3'
<dependency org="com.commsen.stopwatch.api" name="stopwatch" rev="0.3">
<artifact name="stopwatch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.commsen.stopwatch.api', module='stopwatch', version='0.3')
)
libraryDependencies += "com.commsen.stopwatch.api" % "stopwatch" % "0.3"
[com.commsen.stopwatch.api/stopwatch "0.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| hsqldb : hsqldb | jar | 1.8.0.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| log4j : log4j | jar | 1.2.9 |
| mx4j : mx4j Необязательный | jar | 3.0.1 |
| javax.servlet : servlet-api Необязательный | jar | 2.4 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8.1 |