c

chronograph

Easy to use timer allowing accurate measurement of elapsed time
https://github.com/ethlo/chronograph
Apache License, Version 2.0
Morten Haraldsen
Files download
File Operation
chronograph-1.2.0.jar download
chronograph-1.2.0.pom download
chronograph-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.ethlo.time</groupId>
  <artifactId>chronograph</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.ethlo.time:chronograph:1.2.0'
Gradle Kotlin
implementation("com.ethlo.time:chronograph:1.2.0")
Scala SBT
libraryDependencies += "com.ethlo.time" % "chronograph" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.ethlo.time', module='chronograph', version='1.2.0')
)
Apache Ivy
<dependency org="com.ethlo.time" name="chronograph" rev="1.2.0" />
Leiningen
[com.ethlo.time/chronograph "1.2.0"]
Apache Buildr
'com.ethlo.time:chronograph:jar:1.2.0'