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.

License

License

GroupId

GroupId

com.ecyrd.speed4j
ArtifactId

ArtifactId

speed4j
Last Version

Last Version

0.18
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/jalkanen/speed4j
Source Code Management

Source Code Management

http://github.com/jalkanen/speed4j

Download speed4j

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.6.1

test (2)

Group / Artifact Type Version
junit : junit jar 4.8.2
org.slf4j : slf4j-simple jar 1.6.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.18
0.17
0.16
0.15
0.14
0.13
0.12
0.11
0.10
0.9
0.8
0.7
0.6
0.5
0.4
0.3