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

com.ecyrd.speed4j:speed4j 0.13

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.13
Тип

Тип

jar

Скачать speed4j 0.13


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