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

speed4j 0.18

Speed4j is a basic performance analysis library for Java which allows you to insert stopwatches into your codebase and turn them on or off as you need.

Лицензия

Лицензия

Группа

Группа

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

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

speed4j
Версия

Версия

0.18
Тип

Тип

jar
Описание

Описание

speed4j
Speed4j is a basic performance analysis library for Java which allows you to insert stopwatches into your codebase and turn them on or off as you need.
Ссылка на сайт

Ссылка на сайт

https://github.com/jalkanen/speed4j
Система контроля версий

Система контроля версий

http://github.com/jalkanen/speed4j

Скачать speed4j 0.18


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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.6.1

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.8.2
org.slf4j : slf4j-simple jar 1.6.1

Модули Проекта

Данный проект не имеет модулей.