MVN

info.unterrainer.java.tools.reporting : splitstopwatch

Maven & Gradle

Nov 02, 2015
4 stars

SplitStopWatch · Using this tool you can streamline your debug-output when timing the duration of your methods or tasks.

<dependency>
    <groupId>info.unterrainer.java.tools.reporting</groupId>
    <artifactId>splitstopwatch</artifactId>
    <version>0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of info.unterrainer.java.tools.reporting : splitstopwatch to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2

All Versions

Choose a version of info.unterrainer.java.tools.reporting : splitstopwatch to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2
splitstopwatch-0.2

How to add a dependency to Maven

Add the following info.unterrainer.java.tools.reporting : splitstopwatch maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>info.unterrainer.java.tools.reporting</groupId>
    <artifactId>splitstopwatch</artifactId>
    <version>0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following info.unterrainer.java.tools.reporting : splitstopwatch gradle dependency to your build.gradle file:

implementation 'info.unterrainer.java.tools.reporting:splitstopwatch:0.2'

Gradle Kotlin DSL: Add the following info.unterrainer.java.tools.reporting : splitstopwatch gradle kotlin dependency to your build.gradle.kts file:

implementation("info.unterrainer.java.tools.reporting:splitstopwatch:0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following info.unterrainer.java.tools.reporting : splitstopwatch sbt scala dependency to your build.sbt file:

libraryDependencies += "info.unterrainer.java.tools.reporting" % "splitstopwatch" % "0.2"

Advertisement