MVN

com.ecyrd.speed4j : speed4j

Maven & Gradle

Oct 20, 2013
16 usages
112 stars

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.

<dependency>
    <groupId>com.ecyrd.speed4j</groupId>
    <artifactId>speed4j</artifactId>
    <version>0.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ecyrd.speed4j : speed4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.18

All Versions

Choose a version of com.ecyrd.speed4j : speed4j to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

Add the following com.ecyrd.speed4j : speed4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ecyrd.speed4j</groupId>
    <artifactId>speed4j</artifactId>
    <version>0.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ecyrd.speed4j : speed4j gradle dependency to your build.gradle file:

implementation 'com.ecyrd.speed4j:speed4j:0.18'

Gradle Kotlin DSL: Add the following com.ecyrd.speed4j : speed4j gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ecyrd.speed4j:speed4j:0.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ecyrd.speed4j : speed4j sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ecyrd.speed4j" % "speed4j" % "0.18"

Advertisement

Dependencies from Group

Oct 20, 2013
16 usages
112 stars

Discover Dependencies

Oct 23, 2019
14 usages
0 stars
Apr 22, 2023
6 usages
24.6k stars
Dec 03, 2017
3 usages
204 stars
Mar 09, 2020
0 stars
Mar 02, 2018
16 usages
159 stars
Aug 09, 2023
6 usages
38 stars
Nov 09, 2022
2 usages
24 stars
Jun 16, 2018
11 usages
Oct 15, 2019
4 usages
3 stars