License |
License |
---|---|
GroupId | GroupIdcom.ecyrd.speed4j |
ArtifactId | ArtifactIdspeed4j |
Last Version | Last Version0.18 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspeed4j
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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
speed4j-0.18.pom | |
speed4j-0.18.jar | 30 KB |
speed4j-0.18-sources.jar | 23 KB |
speed4j-0.18-javadoc.jar | 99 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.6.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
org.slf4j : slf4j-simple | jar | 1.6.1 |